conditional Variables
#3425
-
Good day, im pritty new to graphql, it seems nice, but im having some trouble with the following..
now this query will only run successfully when all the variables are set, but as im using it as a filter it would be nice if it runs even though not all variables are set.. how do i do this in graphql.. ??? is this possible.. ? Documentation is very confusing.. |
Beta Was this translation helpful? Give feedback.
Answered by
saihaj
Dec 13, 2021
Replies: 1 comment
-
Whenever you use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
IvanGoncharov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whenever you use
!
that type is anon-nullable
/required
type. Looks like from your query that all your filters arenon-nullable
arguments.