OBJECT
type GptLog implements Node {id: ID! prompt: String! response: Map tags: [String!] createdAt: Time! }