OBJECT

KeyPoolEdge

The key pool edge which contains our cursor and node.

link GraphQL Schema definition

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