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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,17 @@ Check out the [demo](https://codesandbox.io/s/k3qrkl8qlv) on CodeSandbox: https:
11
11
12
12
## What is included?
13
13
14
-
Graphpack utilizes [`webpack`](https://github.com/webpack/webpack) with [`nodemon`](https://github.com/remy/nodemon) and lets you create GraphQL servers with zero configuration. It uses [`Apollo Server`](https://github.com/apollographql/apollo-server) under the hood, so we get features like [GraphQL Playground](https://github.com/prisma/graphql-playground), [GraphQL Imports](https://github.com/prisma/graphql-import) and many more right out of the box.
14
+
Graphpack lets you create GraphQL servers _with zero configuration_. It uses [`webpack`](https://github.com/webpack/webpack) with [`nodemon`](https://github.com/remy/nodemon) and [`Apollo Server`](https://github.com/apollographql/apollo-server) under the hood, so we get features like Live Reloading, GraphQL Playground, GraphQL Imports and many more right out of the box.
15
15
16
16
- 📦 **Zero-config** out of the box
17
17
- 🚦 Built-in **Live reload**
18
18
- 🚨 Super-friendly error messages
19
-
- 🎮 **GraphQL Playground** IDE
20
-
- ⭐️ **GraphQL imports** in Schema Definition Language
19
+
- 🎮 [**GraphQL Playground**](https://github.com/prisma/graphql-playground) IDE
20
+
- ⭐️ [**GraphQL imports**](https://github.com/prisma/graphql-import) in Schema Definition Language
21
21
- 🔥 [**Blazing fast**](https://twitter.com/acdlite/status/974390255393505280) bundle times
22
22
- ⚡️ **ES module imports** and dynamic `import()`'s thanks to [Babel](https://github.com/babel/babel)
23
23
24
-
## Install & usage
24
+
## Install & Usage
25
25
26
26
```
27
27
yarn add --dev graphpack
@@ -230,8 +230,8 @@ Note that you cannot to set `resolvers`, `typeDefs` or `context` in the config f
230
230
For custom configuration you can create a `graphpack` config file in [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) format:
231
231
232
232
-`graphpack.config.js`
233
-
-`"graphpack"` field in `package.json`
234
-
-`.grahpackrc` in JSON or YAML
233
+
-`graphpack` field in `package.json`
234
+
-`.graphpackrc` in JSON or YAML
235
235
-`.graphpackrc` with the extensions `.json`, `.yaml`, `.yml`, or `.js`
0 commit comments