License
No description
type License {
id: ID!
name: String!
label: String
sku: String
client: Client
createdAt: Date
updatedAt: Date
accessDays: Int
expirationDate: Date
seatsLimit: Int
dashboardLayoutId: ID
enableBranding: Boolean
schoolName: String
isDefault: Boolean
learningPaths: [LearningPath!]
learningPathIds: [ID!]
appearance: AppearanceSettings
courses: [Course!]
courseIds: [ID!]
courseTags: [Tag!]
courseTagIds: [ID!]
parentLicense: License
parentLicenseId: ID
childLicenses: [License!]
ref1: String
ref2: String
ref3: String
ref4: String
ref5: String
ref6: String
ref7: String
ref8: String
ref9: String
ref10: String
}
Fields
License.id ● ID! non-null scalar
License.name ● String! non-null scalar
License.label ● String scalar
License.sku ● String scalar
License.client ● Client object
License.createdAt ● Date scalar
License.updatedAt ● Date scalar
License.accessDays ● Int scalar
License.expirationDate ● Date scalar
License.seatsLimit ● Int scalar
License.dashboardLayoutId ● ID scalar
License.enableBranding ● Boolean scalar
License.schoolName ● String scalar
License.isDefault ● Boolean scalar
License.learningPaths ● [LearningPath!] list object
License.learningPathIds ● [ID!] list scalar
License.appearance ● AppearanceSettings object
License.courses ● [Course!] list object
License.courseIds ● [ID!] list scalar
License.courseTags ● [Tag!] list object
License.courseTagIds ● [ID!] list scalar
License.parentLicense ● License object
License.parentLicenseId ● ID scalar
License.childLicenses ● [License!] list object
License.ref1 ● String scalar
License.ref2 ● String scalar
License.ref3 ● String scalar
License.ref4 ● String scalar
License.ref5 ● String scalar
License.ref6 ● String scalar
License.ref7 ● String scalar
License.ref8 ● String scalar
License.ref9 ● String scalar
License.ref10 ● String scalar
Member of
AccessExpiration object ● AllocatedLicense object ● APILicenseList object ● Client object ● License object ● LicensesList object ● RedemptionCodeGroup object ● RegistrationCode object ● User object
Implemented by
AccessExpirationResource union