OBJECT

DeleteLicensedRightPayload

Autogenerated return type of DeleteLicensedRight.

link GraphQL Schema definition

  • type DeleteLicensedRightPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Whether the record has been deleted
  • destroyed: Boolean!
  • # Validation errors for the licensed right
  • errors: [ValidationError!]!
  • # The licensed right object
  • licensedRight: LicensedRight!
  • }

link Require by