OBJECT

UpdateLicensedRightPayload

Autogenerated return type of UpdateLicensedRight.

link GraphQL Schema definition

  • type UpdateLicensedRightPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Validation errors for the licensed right
  • errors: [ValidationError!]!
  • # The licensed right object
  • licensedRight: LicensedRight!
  • }

link Require by