Waiting for engine...
Skip to main content

SpaceArtifactListingTag

Represents a tag applied to a space artifact listing, including tag details, hierarchy, category information, and the user and timestamp of when the tag was created.

type SpaceArtifactListingTag {
spaceArtifactListingId: ID!
artifactListingTagId: ID!
artifactListingTagName: String
parentArtifactListingTagId: ID
parentArtifactListingTagName: String
categoryId: ID
categoryName: String
createdDate: String
createdBy: String
}

Fields

SpaceArtifactListingTag.spaceArtifactListingId ● ID! non-null scalar miscellaneous

The space artifact listing id that is tagged with the tag.

SpaceArtifactListingTag.artifactListingTagId ● ID! non-null scalar miscellaneous

Artifact listing tag id that is the listing is tagged with.

SpaceArtifactListingTag.artifactListingTagName ● String scalar miscellaneous

The artifact listing tag name.

SpaceArtifactListingTag.parentArtifactListingTagId ● ID scalar miscellaneous

Parent artifact listing tag id that is the child tagged with.

SpaceArtifactListingTag.parentArtifactListingTagName ● String scalar miscellaneous

Parent artifact listing tag name.

SpaceArtifactListingTag.categoryId ● ID scalar miscellaneous

CategoryId id that is the tag belongs to.

SpaceArtifactListingTag.categoryName ● String scalar miscellaneous

The category name.

SpaceArtifactListingTag.createdDate ● String scalar miscellaneous

Tagging date.

SpaceArtifactListingTag.createdBy ● String scalar miscellaneous

The email of the user that tagged the listing with the tag.

Member Of

SpaceArtifactListing object

On this Page