We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e145be5 commit 38abac4Copy full SHA for 38abac4
README.md
@@ -23,10 +23,7 @@ It's important that you understand GraphQL first and then Relay second. Relay is
23
1. Add graphql_relay to your list of dependencies in `mix.exs`:
24
25
def deps do
26
- [
27
- {:graphql_relay, "~> 0.0.16"},
28
- {:plug_graphql, "~> 0.2"} # Most likely going to need this as well
29
- ]
+ [{:graphql_relay, "~> 0.0.16"}]
30
end
31
32
## Configuration
0 commit comments