mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 11:36:39 +00:00
3 lines
No EOL
50 B
GraphQL
3 lines
No EOL
50 B
GraphQL
type Query {
|
|
reviews(first:Int =5): [Review]
|
|
} |