updateFieldsValues
Update one or many values of fields inside a Card or Table record.
Input fields
Input Field : Object | Description |
---|---|
input: UpdateFieldsValuesInput! | Required. Autogenerated input type of UpdateFieldsValues |
Return fields
Input Field : Object | Description |
---|---|
clientMutationId: String | A unique identifier for the client performing the mutation. |
success: Boolean | Return if the mutation ran succesfully or not. |
updatedNode: UpdatedNode | The updated card or table record. |
userErrors: [[ID]] | List of errors that occurred executing the mutation. |