Types
DependsOnThreadFieldInput
Makes a thread field conditional on a sibling field’s value. Nesting is capped at one level: threadFieldSchemaId must reference a field that does not itself depend on another thread field, otherwise the mutation fails with cannot_create_thread_field_schema (the dependent nesting level is too deep).
input
DependsOnThreadFieldInputFields
threadFieldSchemaId
ID!
required
threadFieldSchemaValue
String!
required

