OBJECT
DeleteContentLanguagePayload
Autogenerated return type of DeleteContentLanguage.
link GraphQL Schema definition
- type DeleteContentLanguagePayload {
- # A unique identifier for the client performing the mutation.
- : String
- # The content language object
- : ContentLanguage!
- # Whether the record has been deleted
- : Boolean!
- # Validation errors for the content language
- : [ValidationError!]!
- }