OBJECT
MerchandisePositionType
link GraphQL Schema definition
- type MerchandisePositionType {
- # Django object unique identification field
- : ID!
- # created at
- : CustomDateTime
- # updated at
- : CustomDateTime
- # szerokość geograficzna
- : Float
- # długość geograficzna
- : Float
- # towar
- : MerchandiseType
- # Ulica
- : String
- # Kod pocztowy
- : String
- }