OBJECT

YotpoSettingsDeleteMutationPayload

Autogenerated return type of YotpoSettingsDeleteMutation.

link GraphQL Schema definition

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