OBJECT
UpdatePublishingRolePayload
Autogenerated return type of UpdatePublishingRole.
link GraphQL Schema definition
- type UpdatePublishingRolePayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Validation errors for the publishing role
- : [ValidationError!]!
- # The publishing role object
- : PublishingRole!
- }