OBJECT

KeyBatchNode

The information associated with a given key batch.

link GraphQL Schema definition

1type KeyBatchNode {
2
3# The key batch ID, which is unique for a given key pool.
4id: ID!
5
6# The number of keys in the batch.
7numKeys: Int!
8
9# The status of the batch.
10status: KeyBatchStatus!
11
12}