INPUT_OBJECT

CommentCreateGenericType

Auto generated InputType for Comment model

link GraphQL Schema definition

  • input CommentCreateGenericType {
  • # Złoszenie
  • ticket: ID!
  • # Użytkownik
  • user: ID
  • # firma
  • firm: ID
  • # Zawartość
  • content: String
  • attachments: [ID!]
  • }