Mutations
updateThreadFieldSchema
Updates an existing thread field schema. All fields except key and type are mutable. String fields use wrapper inputs (e.g. { value: "..." }) to distinguish a deliberate null from an omitted value. Requires the threadFieldSchema:edit permission.
MUTATION
updateThreadFieldSchema(input: UpdateThreadFieldSchemaInput!): UpdateThreadFieldSchemaOutput!Arguments
input
required
Returns
threadFieldSchema
error
Mutation
Variables
Response
Mutation
Variables
Response

