Magento – How to test GraphQL of magento 2.3.0 in Wamp Server

graphqllocalhostmagento2.3.0wamp

I have installed magento2.3.0 in localhost wamp server, It is working fine.
When I'm trying to test GraphQL for PWA studio, I'm getting this error "TypeError: Failed to fetch".
GraphQL Screenshot

Best Answer

You are on the right track but you can easily view Documentation when you click on Docs on the right top corner.

See screenshot with an example for the Category Query and the Documentation in the right sidebar.

GraphQl Docs Example

Related Topic