INPUT_OBJECT

CommentUpdateGenericType

Auto generated InputType for Comment model

link GraphQL Schema definition

  • input CommentUpdateGenericType {
  • # Django object unique identification field
  • id: ID!
  • # Złoszenie
  • ticket: ID
  • # Użytkownik
  • user: ID
  • # firma
  • firm: ID
  • # Zawartość
  • content: String
  • attachments: [ID!]
  • }