OBJECT

updateCustomModulePayload

Autogenerated return type of updateCustomModule.

link GraphQL Schema definition

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