OBJECT

MerchandisePositionType

link GraphQL Schema definition

  • type MerchandisePositionType {
  • # Django object unique identification field
  • id: ID!
  • # created at
  • createdAt: CustomDateTime
  • # updated at
  • updatedAt: CustomDateTime
  • # szerokość geograficzna
  • lat: Float
  • # długość geograficzna
  • lon: Float
  • # towar
  • merchandise: MerchandiseType
  • # Ulica
  • addressString: String
  • # Kod pocztowy
  • addressPostalcode: String
  • }