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