OBJECT
CreateContentLanguagePayload
Autogenerated return type of CreateContentLanguage.
link GraphQL Schema definition
- type CreateContentLanguagePayload {
- # A unique identifier for the client performing the mutation.
- : String
- # The content language object
- : ContentLanguage
- # Validation errors for the content language
- : [ValidationError!]!
- }