Limiting the number of results in GraphQL #2093
Unanswered
PeerMohamedMydeenA
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @PeerMohamedMydeenA , There is no property in the config file to limit the number of results for a GraphQL response. However, this can be achieved by using the {
books(first: n){
items{
...
}
}
} This will result in the response having For reference, here is the link to the docs that explains |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a setting/option in the DAB config to set/limit the maximum number of results on the graphql endpoint ?
Beta Was this translation helpful? Give feedback.
All reactions