type VaultTokenEdge
A single element of a VaultTokenConnection page: the token itself (node) plus the opaque cursor that points at it. Pass a cursor back as 'after' (forward) or 'before' (backward) to page relative to this row.
| Field | Type | Description |
|---|---|---|
node | VaultToken! | The vault token at this position in the page. |
cursor | String! | Opaque cursor identifying this token's position, for use as after or before. |