OBJECT
DeleteLicensedRightPayload
Autogenerated return type of DeleteLicensedRight.
link GraphQL Schema definition
- type DeleteLicensedRightPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Whether the record has been deleted
- : Boolean!
- # Validation errors for the licensed right
- : [ValidationError!]!
- # The licensed right object
- : LicensedRight!
- }