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
{{ message }}
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.
I added some data to the production API, ItemList id e91489d7-a776-40dd-8abf-0c934922bd99
I can query it and get all items (these queries work on prod api):
This makes me think that there's an issue with all of the automatically generated filters that work on strings, but I'm not sure if this is related to the graphql bindings, or something that we do with them.
The text was updated successfully, but these errors were encountered:
I added some data to the production API, ItemList id
e91489d7-a776-40dd-8abf-0c934922bd99
I can query it and get all items (these queries work on prod api):
and I can also filter and ask it to give me the item list, and all itemListElements that have a particular name:
But I'd also like to be able to do a more wildcard-like search, so I tried:
However this fails with an error:
This makes me think that there's an issue with all of the automatically generated filters that work on strings, but I'm not sure if this is related to the graphql bindings, or something that we do with them.
The text was updated successfully, but these errors were encountered: