OBJECT

SellerGeolocation

Coordinates of a Seller

link GraphQL Schema definition

  • type SellerGeolocation {
  • address: AddressGeolocation!
  • id: ID!
  • # The category slug with which the Seller is associated
  • sellerCategorySlug: String
  • }