DEV

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

No description

before

•

String

No description
No description

first

•

Int

No description

last

•

Int

No description
GraphQL
1
2
3
type Query {
  entries(after: String, before: String, filter: BrokerageEntryFilter, first: Int, last: Int): EntryConnection!
}
Book a demo

Was this page helpful?