AllocatedLicense
No description
type AllocatedLicense {
license: License
licenseRole: AllocatedLicenseRole!
licenseId: ID!
status: String
}
Fields
AllocatedLicense.license
● License
object
AllocatedLicense.licenseRole
● AllocatedLicenseRole!
non-null enum
AllocatedLicense.licenseId
● ID!
non-null scalar
AllocatedLicense.status
● String
scalar
Member of
User
object