Types
TenantFieldSchemaInput
input
TenantFieldSchemaInputFields
source
String!
required
New schemas can only have source: 'api'.
externalFieldId
ID!
required
label
String!
required
type
required
The field type. Set when the schema is first created and immutable thereafter: for an existing schema (matched on source and externalFieldId) the type must match the stored value, otherwise the upsert is rejected. The label, options, visibility and order can still be updated.
options
[String!]
isVisible
Boolean!
required
order
Int!
required

