INPUT_OBJECT
YotpoSettingsCreateOrUpdateMutationInput
Autogenerated input type of YotpoSettingsCreateOrUpdateMutation
link GraphQL Schema definition
- input YotpoSettingsCreateOrUpdateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # Yotpo App Key.
- String! :
- # Yotpo App Secret.
- String! :
- # Enable syncing products.
- Boolean! :
- # Enable syncing seller.
- Boolean! :
- # Enable to display widget on advert page.
- Boolean! :
- # Enable to display widget on shop page.
- Boolean! :
- # Enable to display widget on search page.
- Boolean! :
- # Enable to create order for products on checkout.
- Boolean! :
- # Enable to create order for sellers on checkout.
- Boolean! :
- }