mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 19:46:40 +00:00
3 lines
No EOL
57 B
GraphQL
3 lines
No EOL
57 B
GraphQL
type Query {
|
|
topProducts(first: Int = 5): [Product]
|
|
} |