Skip to content

Is the useAsyncGql limit option supposed to work out of the box? #190

Answered by Diizzayy
TheDutchCoder asked this question in Q&A
Discussion options

You must be logged in to vote

@TheDutchCoder Indeed, it does in fact work out the box, however though it expects for there a be a query defined as seen below:

query launches($limit: Int = 10) {
  launches(limit: $limit, find: { mission_name: "Starlink" }) {
    id
    mission_name
  }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TheDutchCoder
Comment options

Answer selected by TheDutchCoder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants