Queries
threadFieldSchemas
Returns all thread field schemas defined in the workspace, paginated. Use this to discover which custom fields exist and their configuration before reading or writing thread field values. Selecting the createdBy/updatedBy actor down to its user additionally requires the user:read permission; a token without it can query an empty workspace but starts failing once a schema exists and that selection is present.
QUERY
threadFieldSchemas(first: Int, after: String, last: Int, before: String): ThreadFieldSchemaConnection!Arguments
first
Int
after
String
last
Int
before
String
Returns
edges
pageInfo
Query
Response
Query
Response

