OBJECT

GivexSettingsDeleteMutationPayload

Autogenerated return type of GivexSettingsDeleteMutation.

link GraphQL Schema definition

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