OBJECT
UpdateLicensedRightPayload
Autogenerated return type of UpdateLicensedRight.
link GraphQL Schema definition
- type UpdateLicensedRightPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Validation errors for the licensed right
- : [ValidationError!]!
- # The licensed right object
- : LicensedRight!
- }