customFieldUpdate
Graphql fields and variables for the customFieldUpdate mutation
mutation customFieldUpdate ($id: ID!, $attributes: CustomFieldAttributes!) {
customFieldUpdate (id: $id, attributes: $attributes) {
customField {
createdAt
fieldType
formColumn
graphqlFieldName
id
label
name
parentObject
position
required
size
updatedAt
}
errors
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
