Graphql fields and variables for the fieldCreate mutation
Last updated 5 months ago
Was this helpful?
Create a field
Scope required: standard:write
For a complete list of input attributes see the type
mutation fieldCreate ($attributes: FieldAttributes!) { fieldCreate (attributes: $attributes) { errors field { computed label name } } }
{ "attributes": { "id": "456123", "objId": "456123", "name": "", "kind": "", "description": "", "label": "", "required": true } }
attributes
errors
List (String)
field