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