UpdateLicensesForODLPayload
The result payload for the updateLicensesForODL mutation.
type UpdateLicensesForODLPayload {
failedLicenses: [ID!]!
}
Fields
UpdateLicensesForODLPayload.failedLicenses
● [ID!]!
non-null scalar
The list of licenses that could not be updated.
Returned by
updateLicensesForODL
mutation