OBJECT

CreateContentLanguagePayload

Autogenerated return type of CreateContentLanguage.

link GraphQL Schema definition

  • type CreateContentLanguagePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The content language object
  • contentLanguage: ContentLanguage
  • # Validation errors for the content language
  • errors: [ValidationError!]!
  • }

link Require by