OBJECT

updateCustomModuleFormPayload

Autogenerated return type of updateCustomModuleForm.

link GraphQL Schema definition

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