Files
2026-06-24 15:34:09 +02:00

9 lines
116 B
GraphQL

fragment RegularPostResponse on PostResponse {
errors {
...RegularError
}
post {
...RegularPost
}
}