Schema Reference
Every type, field, and argument in the Notrus read API, generated from the live schema.
Query
conversationIdString!— Your platform-native conversation id.afterString— Opaque cursor from a previous page's `pageInfo.endCursor`.firstInt— Page size (server-capped).
conversationA single conversation by your platform-native conversation id; null if not found.
conversationsPaginated list of conversations for the authenticated organization, oldest first.
ClassifiedCategory
The category a thread was classified into, from your category catalog.
identifierStable machine identifier of the category.
nameHuman-readable name of the category.
subcategorySubcategory grouping, when defined.
Conversation
A conversation — the threads sharing one platform-native conversation id.
conversationIdYour platform-native conversation id, exactly as sent to Notrus.
threadsThe threads that belong to this conversation, oldest first.
ConversationConnection
A Relay-style page of conversations.
edgespageInfoConversationTypeEdge
cursorOpaque cursor identifying this edge for pagination.
nodeThe item at this edge.
DateTime
A date-time string at UTC, such as 2019-12-03T09:54:33Z, compliant with the date-time format.
PageInfo
Relay-style pagination metadata for a connection page.
endCursorOpaque cursor to pass as `after` for the next page; null on an empty page.
hasNextPageTrue if more items exist after this page.
TagLink
A classification tag value linked to a thread, with when it was applied.
labelHuman-readable label for the value, when defined.
linkedAtWhen this value was linked to the thread (ISO-8601, UTC).
valueThe tag value (machine form).
Thread
A thread within a conversation, projected to its classification state.
chatStateChat-state values applied to the thread, oldest first.
classifiedCategoryThe category the thread was classified into; null when not categorized.
classifierStateClassifier-state values applied to the thread, oldest first.
summaryNotrus's justificative summary of the thread, when produced.
threadIdInternal Notrus thread identifier (opaque, stable).