Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

GetTagsScope

Allow to refine selection of the results using multiple scopes. Note: all scopes are additive

input GetTagsScope {
ids: [String!]
labelContains: String
}

Fields

GetTagsScope.ids ● [String!] list scalar general

Scope by multiple tag IDs

GetTagsScope.labelContains ● String scalar general

Scope by a substring of the tag label, case insensitive

Example

Member Of