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 {#space-id}
The ID of the space, the artifact belongs to.
SpaceArtifactListingCreateInput.spaceArtifactType ● SpaceArtifactListingType! non-null enum catalog-service {#space-artifact-type}
The type of artifact.
SpaceArtifactListingCreateInput.spaceArtifactId ● ID scalar miscellaneous {#space-artifact-id}
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-meta-data}
Artifact to be added to the space indicated by the spaceID.
SpaceArtifactListingCreateInput.artifactListingTags ● [String!] list scalar miscellaneous {#artifact-listing-tags}
GUID of the tags that need to be associated with the Space Artifact listing.
SpaceArtifactListingCreateInput.spaceArtifactListingType ● SpaceArtifactListingTypeEnum enum catalog-service {#space-artifact-listing-type}
Optional field indicating listing is for a spaces admin user or Defaults to a Submissions user when undefined.
Member Of
spaceArtifactListingCreate mutation