query Post ($path: String!) { post: post (path: $path) { title path date (format: "D. MMMM YYYY") timeToRead excerpt content } }