Waiting for engine...
Skip to main content

CatalogListingCreateInput

No description

input CatalogListingCreateInput {
catalogId: ID!
name: String!
listingArtifact: CatalogListingArtifactInput!
submissionId: ID
}

Fields

CatalogListingCreateInput.catalogId ● ID! non-null scalar miscellaneous

catalog unique identifier

CatalogListingCreateInput.name ● String! non-null scalar miscellaneous

solution name

CatalogListingCreateInput.listingArtifact ● CatalogListingArtifactInput! non-null input catalog-service

Type of artifact to which the catalog listing belongs.

CatalogListingCreateInput.submissionId ● ID scalar miscellaneous

The optional submission created by partner from which this listing was imported

On this Page