INPUT_OBJECT

YotpoSettingsCreateOrUpdateMutationInput

Autogenerated input type of YotpoSettingsCreateOrUpdateMutation

link GraphQL Schema definition

  • input YotpoSettingsCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Yotpo App Key.
  • storeId: String!
  • # Yotpo App Secret.
  • secretKey: String!
  • # Enable syncing products.
  • productSyncEnabled: Boolean!
  • # Enable syncing seller.
  • sellerSyncEnabled: Boolean!
  • # Enable to display widget on advert page.
  • displayWidgetAdvertPageEnabled: Boolean!
  • # Enable to display widget on shop page.
  • displayWidgetShopPageEnabled: Boolean!
  • # Enable to display widget on search page.
  • displayWidgetSearchPageEnabled: Boolean!
  • # Enable to create order for products on checkout.
  • orderCreateForProductsOnCheckoutEnabled: Boolean!
  • # Enable to create order for sellers on checkout.
  • orderCreateForSellersOnCheckoutEnabled: Boolean!
  • }