OBJECT

KeyBatchEdge

The key batch edge which contains our cursor and node.

link GraphQL Schema definition

1type KeyBatchEdge {
2
3# The cursor of the edge, which is the key batch ID.
4cursor: Cursor!
5
6# The node of the edge, which contains all information about the key batch.
7node: KeyBatchNode
8
9}