federation/product/schema/query.graphql
2021-04-18 20:12:01 +02:00

3 lines
No EOL
57 B
GraphQL

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