How can I construct a Query
value? (not a QueryState
value)
#10430
-
|
Beta Was this translation helpful? Give feedback.
Answered by
tim-blackbird
Nov 7, 2023
Replies: 1 comment 2 replies
-
I'm not sure why |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bbarker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure why
QueryState
being 'stateful' matters here.Keep in mind that
Query
is just a wrapper aroundQueryState
.You can construct a
Query
viaSystemState
.