OBJECT
AttachmentType
link GraphQL Schema definition
- type AttachmentType {
- # Django object unique identification field
- : ID!
- # created at
- : CustomDateTime
- # updated at
- : CustomDateTime
- # Złoszenie
- : TicketType
- # Komentarz
- : CommentType
- # Użytkownik
- : UserType
- # firma
- : FirmType
- # Ścieżka pliku
- : String
- # Nazwa
- : String
- # Typ zawartości
- : String
- }