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

3 lines
No EOL
50 B
GraphQL

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