INPUT_OBJECT

UserUpdateFavouriteStoreMutationInput

Autogenerated input type of UserUpdateFavouriteStoreMutation

link GraphQL Schema definition

  • input UserUpdateFavouriteStoreMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Id of the seller. The seller id will be used to update the user's favourite
  • # store. When the seller id matches the user's favourite store, the favourite
  • # store will be removed.
  • sellerId: String!
  • }