OBJECT

ZoozSettingsDeleteMutationPayload

Autogenerated return type of ZoozSettingsDeleteMutation.

link GraphQL Schema definition

  • type ZoozSettingsDeleteMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • status: Int!
  • zoozSettings: ZoozSettings
  • }