Skip to main content
POST
DescribeResolverQl

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The body is of type DescribeResolverQlRequest · object.

Response

200 - application/json

Success

functions
ResolverQlFunction · object[]

Every function the language has, ordered by name.

categories
string[]

The categories a function's category names, in the order the product presents them. Group the catalog by this rather than sorting the names.

enumDomains
object

The accepted values of every enum-typed argument, keyed by the name an argument's enum_domain carries. A domain absent here places no restriction on the argument beyond its type.