federation/product/schema/query.graphql
2020-11-14 16:43:58 +01:00

3 lines
No EOL
55 B
GraphQL

type Query {
topProducts(first:Int =5): [Product]
}