I'm using SilverStripe 4 and applied a plug-in using composer require silverstripe/graphql
.
After following the instructions from the document of silverstripe/graphql
from this source https://github.com/silverstripe/silverstripe-graphql, I can't seem to access the GraphiQL
of the GraphQL
through this url localhost/silverstripe/dev/graphiql
(silverstripe is the name of my folder in htdocs, graphiql is the UI counter part that will help me to perform queries for GraphQL
)
GraphQL sample output:
Using Postman:
GraphiQL sample output:
My namepace is SS\GraphQL
Also applied this into my routes.yml
file:
I have these inside a GraphQL
folder inside the _config
membertypecreator.yml
:
readmemberquerycreator.yml
:
Am I doing something wrong here? I was able to reproduce the steps and codes from the documentation Kindly requesting for your help please...