Files
2026-06-24 14:20:05 +02:00

5 lines
72 B
GraphQL

query Post($id: String!) {
post(id: $id) {
...RegularPost
}
}