Skip to main content

ActorsConnection

Relay-style cursor-paginated connection over the caller’s actors (Actor). Page with first/after; cursors are opaque.

type ActorsConnection {
edges: [ActorEdge!]!
pageInfo: ConnectionPageInfo!
totalCount: Int
}

Fields

ActorsConnection.edges ● [ActorEdge!]! non-null object

Edges on this page.

ActorsConnection.pageInfo ● ConnectionPageInfo! non-null object

Pagination metadata.

ActorsConnection.totalCount ● Int scalar

Total matching records across all pages, when known (null for sources that do not compute a total).

Returned By

actorsConnection query