SpaceArtifactListingCreateInput
An input for creating a Space artifact listing with space ID, type, metadata, tags, and optional listing type.
input SpaceArtifactListingCreateInput {
spaceID: ID!
spaceArtifactType: SpaceArtifactListingType!
spaceArtifactId: ID
artifactMetaData: SpaceArtifactListingMetaDataInput!
artifactListingTags: [String!]
spaceArtifactListingType: SpaceArtifactListingTypeEnum
}
Fields
SpaceArtifactListingCreateInput.spaceID ● ID! non-null scalar miscellaneous
The ID of the space, the artifact belongs to.
SpaceArtifactListingCreateInput.spaceArtifactType ● SpaceArtifactListingType! non-null enum catalog-service
The type of artifact.
SpaceArtifactListingCreateInput.spaceArtifactId ● ID scalar miscellaneous
The internal ID of the artifact, as generated in the source system e.g. Bundle Id.
SpaceArtifactListingCreateInput.artifactMetaData ● SpaceArtifactListingMetaDataInput! non-null input catalog-service
Artifact to be added to the space indicated by the spaceID.
SpaceArtifactListingCreateInput.artifactListingTags ● [String!] list scalar miscellaneous
GUID of the tags that need to be associated with the Space Artifact listing.
SpaceArtifactListingCreateInput.spaceArtifactListingType ● SpaceArtifactListingTypeEnum enum catalog-service
Optional field indicating listing is for a spaces admin user or Defaults to a Submissions user when undefined.
Member Of
spaceArtifactListingCreate mutation