OBJECT

DeleteContentLanguagePayload

Autogenerated return type of DeleteContentLanguage.

link GraphQL Schema definition

  • type DeleteContentLanguagePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The content language object
  • contentLanguage: ContentLanguage!
  • # Whether the record has been deleted
  • destroyed: Boolean!
  • # Validation errors for the content language
  • errors: [ValidationError!]!
  • }

link Require by