INPUT_OBJECT

AttachmentCreateGenericType

Auto generated InputType for Attachment model

link GraphQL Schema definition

  • input AttachmentCreateGenericType {
  • # 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
  • }