federation/review/schema/query.graphql
2021-04-18 20:29:23 +02:00

3 lines
No EOL
52 B
GraphQL

type Query {
reviews(first: Int = 5): [Review]
}