GraphQL Authoring API: How to do nested OR criteria within an AND

GraphQL Authoring API: How to do nested OR criteria within an AND

In order to query on the graphql to find the items with path as a or b and template name contains c or d you can use below graphql query.

 

Read More