Paginated list of entries, owner-scoped to the caller's session (an entry belongs to the org that owns its consolidation); internal sessions (ZONOS_GLOBAL_ACCESS) are cross-org and may filter by organizationId/status. Powers the customer holds queue (filter by clearanceStatus), the nav-badge / overview count (select only totalCount — never fetches rows), and internal ops triage (filter by raw status, oldest stuck entries first). Replaces the former entriesByStatus query.
Query.
entries
Paginated list of entries, owner-scoped to the caller's session (an entry belongs to the org that owns its consolidation); internal sessions (ZONOS_GLOBAL_ACCESS) are cross-org and may filter by organizationId/status. Powers the customer holds queue (filter by clearanceStatus), the nav-badge / overview count (select only totalCount — never fetches rows), and internal ops triage (filter by raw status, oldest stuck entries first). Replaces the former entriesByStatus query.
Arguments
after
String
before
String
filter
BrokerageEntryFilter
first
Int
last
Int
Returns:
EntryConnection!
type Query { entries(after: String, before: String, filter: BrokerageEntryFilter, first: Int, last: Int): EntryConnection! }