Sitecore GraphQL isn’t returning any results if search by id or any other field

Sitecore GraphQL isn’t returning any results if search by id or any other field

In order to search the item by id on Graphql , use the _group keyword as below. query { search( fieldsEqual:[{name:”_group”, …

 

Read More