mirror of
https://github.com/graphql-hive/console
synced 2026-04-26 00:47:16 +00:00
6 lines
53 B
GraphQL
6 lines
53 B
GraphQL
|
|
query FirstReview {
|
||
|
|
review(id: 1) {
|
||
|
|
body
|
||
|
|
}
|
||
|
|
}
|