INPUT_OBJECT

AttachmentUpdateGenericType

Auto generated InputType for Attachment model

link GraphQL Schema definition

  • input AttachmentUpdateGenericType {
  • # Django object unique identification field
  • id: ID!
  • # Złoszenie
  • ticket: ID
  • # Komentarz
  • comment: ID
  • # Użytkownik
  • user: ID
  • # firma
  • firm: ID
  • # Ścieżka pliku
  • path: String
  • # Nazwa
  • name: String
  • # Typ zawartości
  • contentType: String
  • }