GraphQL Query by custom 'Entries' field #388
-
How can we help you?I’m using Craft CMS 5 with Solspace Calendar (5.0.15) and trying to query events via GraphQL. I want to filter events by a custom field (location), but when I add location: "someValue" as a filter argument to the events query, I get a GraphQL error:
It seems that the location argument is not recognized by the schema. Autocomplete in the GraphQL Playground does not show my custom field as a filter option, even though this discussion suggests that filtering by custom fields should be possible since v3.3.1. Steps to reproduce: Expected: Actual: Environment: Calendar EditionPro Calendar Version5.0.15 Craft Version5.6 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
See example query in PR: #390 |
Beta Was this translation helpful? Give feedback.
-
Variables
|
Beta Was this translation helpful? Give feedback.
-
We've released Calendar 5.0.19 now, so this should be resolved. 🙂 |
Beta Was this translation helpful? Give feedback.
Variables