SilverStripe 4 GraphQL 和 GraphiQL UI 无法正常工作,即使从文档中正确遵循了程序

SilverStripe 4 GraphQL and GraphiQL UI not working even the procedures were followed properly from the documentation

我正在使用 SilverStripe 4 并使用 composer require silverstripe/graphql 应用了一个插件。

按照 silverstripe/graphql 来源 https://github.com/silverstripe/silverstripe-graphql 的文档中的说明进行操作后,我似乎无法通过此 GraphQL 访问 GraphiQL url localhost/silverstripe/dev/graphiql(silverstripe 是我在 htdocs 中的文件夹的名称,graphiql 是 UI 计数器部分,它将帮助我对 GraphQL 执行查询)

GraphQL 示例输出:

使用 Postman:

GraphiQL 示例输出:

我的命名空间是SS\GraphQL

也将其应用到我的 routes.yml 文件中:

我将这些放在 _config

GraphQL 文件夹中

membertypecreator.yml:

readmemberquerycreator.yml:

我是不是做错了什么?我能够从文档中重现步骤和代码 请请求您的帮助...

最后,通过安装 composer require --dev silverstripe/graphql-devtools 能够回答我的查询,我能够转到 localhost/silverstripe/dev/graphiql 并且能够打开这个 UI: