field

Graphql fields and variables for the field query

Scope required: standard:read

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?