OBJECT

GivexSettingsCreateOrUpdateMutationPayload

Autogenerated return type of GivexSettingsCreateOrUpdateMutation.

link GraphQL Schema definition

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