For our project, we created a new namespace `salsify:` under Content Fragment. For example,
salsify:size
salsify:class
salsify:color
When creating PersistedQuery, the GraphiQL editor converts colon (:) to underscore and the queries are failing.
For example, above, property names are actually `salsify:size`, `salsify:class`, `salsify:color`. But graphql editor converts colon to underscores. Now when filtering for input parameters, the query always returns empty items.
I tried CONTAINS, EQUALS, doesn't work.
We cant query properties with namespace using graphQL?