For the complete documentation index, see llms.txt. This page is also available as Markdown.

field

Graphql fields and variables for the field query

Scope required:

For a complete list of possible response fields see the Field type.

query field ($id: ID, $code: String, $format: String) {
  field (id: $id, code: $code, format: $format) {
    computed
    label
    name
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?