OBJECT

createCustomModuleFormPayload

Autogenerated return type of createCustomModuleForm.

link GraphQL Schema definition

  • type createCustomModuleFormPayload {
  • # DO NOT USE
  • clientMutationId: String @deprecated( reason: "DO NOT USE" )
  • customModuleForm: CustomModuleForm
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }