extend type Query {
  chatGPT(input: String!): String!
}
