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