Waiting for engine...
Skip to main content

publicCatalogJobFunctionCategoryTags

Query to fetch job function category tags from the public catalog without authentication.
This query does not require any input parameters as it is a public query.

An example of the request is as follows:

query {
publicCatalogJobFunctionCategoryTags {
category {
id
code
name
description
accountId
createdDate
createdByAccountId
modifiedDate
modifiedByAccountId
active
}
tags {
name
id
description
totalChildTags
childTags {
name
id
description
}
referencedTags {
id
name
artifactListingCategoryId
categoryCode
categoryName
referenceTag {
id
name
description
logoImageUrl
logoAltText
}
logoImageUrl
logoAltText
featured
displayOrder
createdDate
}
}
}
}

publicCatalogJobFunctionCategoryTags: SpaceArtifactJobFunctionsTagsQueryResponse

Type

SpaceArtifactJobFunctionsTagsQueryResponse object catalog-service

On this Page