We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a130d commit 12061cfCopy full SHA for 12061cf
README.md
@@ -27,7 +27,7 @@ Graphpack lets you create GraphQL servers _with zero configuration_. It uses [`w
27
yarn add --dev graphpack
28
```
29
30
-### Add schema and resolvers
+### Add `src/schema.graphql` and `src/resolvers.js`
31
32
Add `src/schema.graphql` and add some example types in [SDL](https://graphql.org/learn/schema/#type-language):
33
0 commit comments