You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So here is what happens: filter variable is only populated in allPhotos query and _allPhotosMetafilter variable is None. But if I add a new variable like filter2 equal to filter I get the correct result. This only happens in Python. It's ok in NodeJS.
The text was updated successfully, but these errors were encountered:
I'm using python graphql 2.2.1 with python 3.7. And here is my query:
with the following variable:
So here is what happens:
filter
variable is only populated inallPhotos
query and_allPhotosMeta
filter
variable isNone
. But if I add a new variable likefilter2
equal tofilter
I get the correct result. This only happens in Python. It's ok in NodeJS.The text was updated successfully, but these errors were encountered: