A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I am trying to filter sellingPlanGroups by the delivery policy.
When I am doing something like:
sellingPlanGroups(first: 20, query:"delivery_frequency:3day"),
sellingPlanGroups(first: 20, query:"delivery_frequency:day3")
sellingPlanGroups(first: 20, query:"delivery_frequency:3 day")
...
sellingPlanGroups(first: 20, query:"delivery_frequency:3")
I am failing to get the groups.
No answer here?