OBJECT
type ClassificationLog implements Node {id: ID! endpoint: String! request: Map response: Map createdAt: Time! postID: ID! post: Post! }