OBJECT

createFormAnswerGroupPayload

Autogenerated return type of createFormAnswerGroup.

link GraphQL Schema definition

  • type createFormAnswerGroupPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • form_answer_group: FormAnswerGroup
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }