OBJECT

createFormAnswerGroupSigningPayload

Autogenerated return type of createFormAnswerGroupSigning.

link GraphQL Schema definition

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