Mutations
upsertTenantFieldSchema
Creates or updates one or more tenant field schemas in a single call. Each schema is identified by the combination of source and externalFieldId — if a schema with that pair already exists it is updated, otherwise a new one is created. Requires tenantFieldSchema:create or tenantFieldSchema:edit permission.
MUTATION
upsertTenantFieldSchema(input: UpsertTenantFieldSchemaInput!): UpsertTenantFieldSchemaOutput!Arguments
input
required
Returns
tenantFieldSchemas
result
deprecated
Use results instead.
results
[UpsertResult!]
The outcome per input schema, ordered to match input.tenantFieldSchemas.
error
Mutation
Variables
Response
Mutation
Variables
Response

