DEV

Query.

entries

Returns a paginated list of entries belonging to the caller's organization. Filter by clearanceStatus for entries on hold; select only totalCount for a count without fetching rows.

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?