INPUT_OBJECT

MakeKeyBatchDownloadURLInput

Input for creating a batch download URL for key codes.

link GraphQL Schema definition

1input MakeKeyBatchDownloadURLInput {
4
2# The ID of the batch to download.
3batchID: String!
5}