Skip to content

Commit

Permalink
Refined documentation for the GraphQL schema middleware. (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
damikun committed Nov 16, 2020
1 parent 121cbad commit 0a76b29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/src/docs/hotchocolate/v10/server/index.md
Expand Up @@ -71,6 +71,9 @@ GraphQL can also be served through an HTTP GET request. You have the same option

Although you can get access to the schema metadata through introspection, we also support fetching the GraphQL schema SDL. The GraphQL schema SDL is richer with information and easier to read.

SDL schema available in v10 under:
`https://yourserver/GraphQL/Schema`

## HTTP POST Batching

We support two kinds of batching variants.
Expand Down

0 comments on commit 0a76b29

Please sign in to comment.