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!]
nameContains: String
}

Fields

GetTermsScope.ids ● [String!] list scalar general

Scope by multiple term IDs

GetTermsScope.nameContains ● String scalar general

Scope by a substring of the term name, case insensitive

Example

Member Of