Hi Sebastian,
I have a few questions about Squidex filter on GraphQL request.
-
From the doc in /api/graphql, It seem like Squidex is using OData filter on top of GraphQL. Is Squidex also support normal GraphQL query ? If it supported, Could I ask for the example queries please ? I tried by myself and it’s not working.
-
Does Squidex GraphQL support $expand param ? I want to filter the content from the ref object. eg. get users from company “ABC”.
-
How to exclude the content with empty ref object ? eg. get users with any companies except users without selected company. I tried some methods like “ne null” and “/$count gt 0” but it didn’t work.
-
How to filter the text with wildcard ? eg. input “Alb” and then it returns users with “Alb” in their name.
Thank you