You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**graphql-schema**: The server exposes the GraphQL schema as a resource that clients can access. This is either the local schema file or based on an introspection query.
46
+
-**graphql-schema**: The server exposes the GraphQL schema as a resource that clients can access. This is either the local schema file, a schema file hosted at a URL, or based on an introspection query.
44
47
45
48
## Available Tools
46
49
47
50
The server provides two main tools:
48
51
49
52
1.**introspect-schema**: This tool retrieves the GraphQL schema. Use this first if you don't have access to the schema as a resource.
50
-
This uses either the local schema file or an introspection query.
53
+
This uses either the local schema file, a schema file hosted at a URL, or an introspection query.
51
54
52
55
2.**query-graphql**: Execute GraphQL queries against the endpoint. By default, mutations are disabled unless `ALLOW_MUTATIONS` is set to `true`.
0 commit comments