graphql 和 magic api 有问题。如何在服务器上应用突变和查询来创建模式

having problem with graphql and magic api . how to apply mutations and queries on a server to create a schema

我在 gql 文件夹下有两个 GraphQL 文件:mutations.jsqueries.js...

此文件夹包含整个应用中使用的 GraphQL 变更和查询。

 gql
   mutations.js
   queries.js

我设置了 GraphQL 端点,但我不断收到此错误:

Uncaught (in promise) Error: GraphQL error: field "users" not found in type: 'query_root'

注意:None 的 GraphQL 查询或变异包含错误

我在创建 Heroku PostgreSQL 数据库、将其链接到我的 hasura 应用程序并将这一行放入 .env:

之后手动添加了表并添加了一些行
GRAPHQL_URI="https://definite-XXX-XX.hasura.app/v1/graphql"