-
Hi-- I'm trying to add a query field using |
Beta Was this translation helpful? Give feedback.
Answered by
randallb
Aug 10, 2022
Replies: 1 comment
-
The fix is to define the first query type: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
randallb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The fix is to define the first query type:
builder.queryType({})
. You must only do this once, and only once. Usually it's smart to put this next to your builder initialization.