SetLicenseTargetPayload
The result payload for the setLicenseTarget mutation.
type SetLicenseTargetPayload {
id: ID!
success: Boolean
}
Fields
SetLicenseTargetPayload.id
● ID!
non-null scalar
The ID of the license.
SetLicenseTargetPayload.success
● Boolean
scalar
Whether the license target setting operation succeeded.
Returned by
setLicenseTarget
mutation