Join Slack
Powered by
Is it possible to limit the number of results in a...
# orm-help
c
Craig
05/09/2019, 1:44 PM
Is it possible to limit the number of results in a nested, relationed field? E.g. something like:
Copy code
query foo { foo(first: 1) { id bar(first: 10) { id } } }
Where the
foo
schema has a property
bar
whose value is
[bar]
Open in Slack
Previous
Next