fieldUpdate
Graphql fields and variables for the fieldUpdate mutation
mutation fieldUpdate ($id: ID!, $attributes: FieldAttributes!) {
fieldUpdate (id: $id, attributes: $attributes) {
errors
field {
computed
label
name
}
}
}Arguments
{
"id": "456123",
"attributes": {
"id": "456123",
"objId": "456123",
"name": "",
"kind": "",
"description": "",
"label": "",
"required": true
}
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
