OBJECT
TargetType
link GraphQL Schema definition
- type TargetType {
- # Django object unique identification field
- : ID!
- # created at
- : CustomDateTime
- # updated at
- : CustomDateTime
- # szerokość geograficzna
- : Float
- # długość geograficzna
- : Float
- # wprowadź nazwę firmy
- : String
- # identyfikator zewnętrzny
- : String
- # firma
- : FirmType
- # Ulica
- : String
- # Kod pocztowy
- : String
- : [TicketType!]
- : [UserType!]
- : [MerchandiseType!]
- }