9 lines
116 B
GraphQL
9 lines
116 B
GraphQL
fragment RegularPostResponse on PostResponse {
|
|
errors {
|
|
...RegularError
|
|
}
|
|
post {
|
|
...RegularPost
|
|
}
|
|
}
|