OBJECT
DeletePublishingRolePayload
Autogenerated return type of DeletePublishingRole.
link GraphQL Schema definition
- type DeletePublishingRolePayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Whether the record has been deleted
- : Boolean!
- # Validation errors for the publishing role
- : [ValidationError!]!
- # The publishing role object
- : PublishingRole!
- }