OBJECT
CommentType
link GraphQL Schema definition
- type CommentType {
- # Django object unique identification field
- : ID!
- # created at
- : CustomDateTime
- # updated at
- : CustomDateTime
- # Złoszenie
- : TicketType
- # Użytkownik
- : UserType
- # firma
- : FirmType
- # Zawartość
- : String
- : [AttachmentType!]
- }