OBJECT
FirmType
link GraphQL Schema definition
- type FirmType {
- # Django object unique identification field
- : ID!
- # created at
- : CustomDateTime
- # updated at
- : CustomDateTime
- # identyfikator zewnętrzny
- : String
- # wprowadź nazwę firmy
- : String
- # imię
- : String
- # nazwisko
- : String
- # email
- : String
- # telefon
- : String
- # miasto
- : String
- # opis
- : String
- # nip
- : String
- # ulica
- : String
- # kod pocztowy
- : String
- # numer telefonu
- : String
- # Pole niestandardowe 1
- : String
- # Pole niestandardowe 2
- : String
- # Pole niestandardowe 3
- : String
- # Pole niestandardowe 4
- : String
- # Pole niestandardowe 5
- : String
- # Pole niestandardowe 6
- : String
- : Boolean
- : [TicketType!]
- : [CommentType!]
- : [AttachmentType!]
- : [UserType!]
- : [FirmAlertType!]
- : [FirmContactType!]
- : [TargetType!]
- : Int
- }