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