type VaultTokenConnection

A page of vault tokens following the Relay Connection spec. edges holds the tokens in this page (each with its cursor) and pageInfo describes whether more pages exist in each direction plus the cursors that bound this page.

FieldTypeDescription
edges[VaultTokenEdge!]!

The vault tokens in this page, ordered newest first.

pageInfoPageInfo!

Pagination metadata for this page: hasNextPage/hasPreviousPage and the startCursor/endCursor bounds.