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