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 {#space-artifact-listing-id}

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

SpaceArtifactListingTag.artifactListingTagId ● ID! non-null scalar miscellaneous {#artifact-listing-tag-id}

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

SpaceArtifactListingTag.artifactListingTagName ● String scalar miscellaneous {#artifact-listing-tag-name}

The artifact listing tag name.

SpaceArtifactListingTag.parentArtifactListingTagId ● ID scalar miscellaneous {#parent-artifact-listing-tag-id}

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

SpaceArtifactListingTag.parentArtifactListingTagName ● String scalar miscellaneous {#parent-artifact-listing-tag-name}

Parent artifact listing tag name.

SpaceArtifactListingTag.categoryId ● ID scalar miscellaneous {#category-id}

CategoryId id that is the tag belongs to.

SpaceArtifactListingTag.categoryName ● String scalar miscellaneous {#category-name}

The category name.

SpaceArtifactListingTag.createdDate ● String scalar miscellaneous {#created-date}

Tagging date.

SpaceArtifactListingTag.createdBy ● String scalar miscellaneous {#created-by}

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

Member Of

SpaceArtifactListing object

On this Page