Mutations
bulkUpsertThreadFields
Upserts up to 25 thread field values in a single call — useful when setting multiple fields on one or more threads at once. Each entry is independently created or updated; a validation error on the batch as a whole is returned if any entry is invalid. Requires the threadField:create and threadField:update permissions.
MUTATION
bulkUpsertThreadFields(input: BulkUpsertThreadFieldsInput!): BulkUpsertThreadFieldsOutput!Arguments
input
required
Returns
results
error
Mutation
Variables
Response
Mutation
Variables
Response

