Back
tagsByCategoryOnResource

Get all tags by categories and if they are on the resource

Query : Return Object
tagsByCategoryOnResource: TagsByCategoryOnResourceConnection
Argument : ObjectDescription
after: String Returns the elements in the list that come after the specified cursor.
before: String Returns the elements in the list that come before the specified cursor.
first: Int Returns the first _n_ elements from the list.
last: Int Returns the last _n_ elements from the list.
resourceType: TagResourceTypeEnum!Required. Type of the resource to retrieve tags for (e.g., Pipe, Database)
resourceUuid: ID!Required. UUID of the specific resource.
search: String Optional search term to filter tags by name.