mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
Add "Next steps" for consistency with other sections.
This commit is contained in:
parent
a2b926fbc0
commit
88adbdbe86
1 changed files with 5 additions and 0 deletions
|
@ -242,3 +242,8 @@ GraphQL clients, like [Apollo Client](https://www.apollographql.com/docs/react/)
|
||||||
|
|
||||||
This functionality is also supported by tools like GraphQL Playground and GraphiQL.
|
This functionality is also supported by tools like GraphQL Playground and GraphiQL.
|
||||||
|
|
||||||
|
## Next steps
|
||||||
|
|
||||||
|
At this point, we hope to have explained the basic information necessary to understand a GraphQL schema.
|
||||||
|
|
||||||
|
In the [next step](./server.html), we'll show how to start implementing a simple GraphQL server.
|
||||||
|
|
Loading…
Add table
Reference in a new issue