Skip to content

Commit 38abac4

Browse files
author
Josh Price
committed
Remove plug_graphql as relay includes it
1 parent e145be5 commit 38abac4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ It's important that you understand GraphQL first and then Relay second. Relay is
2323
1. Add graphql_relay to your list of dependencies in `mix.exs`:
2424

2525
def deps do
26-
[
27-
{:graphql_relay, "~> 0.0.16"},
28-
{:plug_graphql, "~> 0.2"} # Most likely going to need this as well
29-
]
26+
[{:graphql_relay, "~> 0.0.16"}]
3027
end
3128

3229
## Configuration

0 commit comments

Comments
 (0)