APILicenseList
No description
type APILicenseList {
id: ID!
name: String!
sku: String
pageInfo: PageInfo!
licenses: [License!]!
}
No description
type APILicenseList {
id: ID!
name: String!
sku: String
pageInfo: PageInfo!
licenses: [License!]!
}
APILicenseList.id
● ID!
non-null scalarAPILicenseList.name
● String!
non-null scalarAPILicenseList.sku
● String
scalarAPILicenseList.pageInfo
● PageInfo!
non-null objectAPILicenseList.licenses
● [License!]!
non-null object