CollectionBatchCreateInput
No description
input CollectionBatchCreateInput {
nonce: String!
externalReference: String
collections: [CollectionInput!]!
}
No description
input CollectionBatchCreateInput {
nonce: String!
externalReference: String
collections: [CollectionInput!]!
}
CollectionBatchCreateInput.nonce ● String! non-null scalarCollectionBatchCreateInput.externalReference ● String scalarCollectionBatchCreateInput.collections ● [CollectionInput!]! non-null input