BulkOrder
No description
type BulkOrder {
title: String!
redemptionCodeGroupId: ID!
redeemedCodesCount: Int!
totalCodesCount: Int!
}
No description
type BulkOrder {
title: String!
redemptionCodeGroupId: ID!
redeemedCodesCount: Int!
totalCodesCount: Int!
}
BulkOrder.title
● String!
non-null scalarBulkOrder.redemptionCodeGroupId
● ID!
non-null scalarBulkOrder.redeemedCodesCount
● Int!
non-null scalarBulkOrder.totalCodesCount
● Int!
non-null scalar