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.

GetTermsScope

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

input GetTermsScope {
ids: [String!]
isDeprecated: Boolean
isVerified: Boolean
nameContains: String
}

Fields

GetTermsScope.ids ● [String!] list scalar general

Scope by multiple term IDs

GetTermsScope.isDeprecated ● Boolean scalar general

Scope by whether the term is deprecated

GetTermsScope.isVerified ● Boolean scalar general

Scope by whether the term is verified (certified)

GetTermsScope.nameContains ● String scalar general

Scope by a substring of the term name, case insensitive

Example

{
"ids": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
],
"isDeprecated": true,
"isVerified": true,
"nameContains": "customer"
}

Member Of