Closed barseghyanartur closed 3 years ago
For simple query string:
query PostsQuery { allPostDocuments( simpleQueryString:"'trouble candidate' +Python" ) { edges { node { id title category content createdAt comments } } } }
For query string:
query PostsQuery { allPostDocuments( queryString:"(trouble candidate) AND Python" ) { edges { node { id title category content createdAt comments } } } }
For simple query string:
For query string: