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 } }
id
ID
code
String
format
Field
Last updated 26 days ago
Was this helpful?