INPUT_OBJECT

TicketUpdateGenericType

Auto generated InputType for Ticket model

link GraphQL Schema definition

  • input TicketUpdateGenericType {
  • # Django object unique identification field
  • id: ID!
  • # firma
  • company: ID
  • # Zawartość
  • content: String
  • # status
  • status: TicketStatusEnumUpdate
  • # typ
  • type: TicketTypeEnumUpdate
  • # firma
  • firm: ID
  • # towar
  • merchandise: ID
  • # Użytkownik przypisany
  • assignedUser: ID
  • # Zgłaszający
  • reporter: ID
  • # Zgłaszający
  • reporterName: String
  • # oddział
  • target: ID
  • # imię
  • contactFirstname: String
  • # nazwisko
  • contactSurname: String
  • # email
  • contactEmail: String
  • # telefon
  • contactPhone: String
  • # szerokość geograficzna
  • lat: Float
  • # długość geograficzna
  • lon: Float
  • # ulica
  • addressString: String
  • # kod pocztowy
  • addressPostalcode: String
  • comments: [ID!]
  • attachments: [ID!]
  • }