createLicensesPayload
The result payload for the createLicenses mutation.
type createLicensesPayload {
numberOfCreatedLicenses: Int
success: Boolean
}
Fields
createLicensesPayload.numberOfCreatedLicenses ● Int scalar
The total number of created licenses.
createLicensesPayload.success ● Boolean scalar
Whether the licenses creation succeded.
Returned by
createLicenses mutation