RedemptionCodeGroup
No description
type RedemptionCodeGroup {
id: ID!
label: String!
client: Client
courses: [Course!]
bundles: [Bundle!]
licenses: [License!]
learningPaths: [LearningPath!]
codeLength: Int
accessDays: Int
accessExpirationDate: Date
gift: Boolean
uploaded: Boolean
expirationDate: Date
redeemedCodesCount: Int
totalCodesCount: Int
}
Fields
RedemptionCodeGroup.id
● ID!
non-null scalar
RedemptionCodeGroup.label
● String!
non-null scalar
RedemptionCodeGroup.client
● Client
object
RedemptionCodeGroup.courses
● [Course!]
list object
RedemptionCodeGroup.bundles
● [Bundle!]
list object
RedemptionCodeGroup.licenses
● [License!]
list object
RedemptionCodeGroup.learningPaths
● [LearningPath!]
list object
RedemptionCodeGroup.codeLength
● Int
scalar
RedemptionCodeGroup.accessDays
● Int
scalar
RedemptionCodeGroup.accessExpirationDate
● Date
scalar
RedemptionCodeGroup.gift
● Boolean
scalar
RedemptionCodeGroup.uploaded
● Boolean
scalar
RedemptionCodeGroup.expirationDate
● Date
scalar
RedemptionCodeGroup.redeemedCodesCount
● Int
scalar
RedemptionCodeGroup.totalCodesCount
● Int
scalar
Member of
RedemptionCodeGroupList
object