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