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 9d23745 commit 0b5427bCopy full SHA for 0b5427b
README.md
@@ -24,7 +24,7 @@ It's important that you understand GraphQL first and then Relay second. Relay is
24
25
def deps do
26
[
27
- {:graphql_relay, "~> 0.0.14"},
+ {:graphql_relay, "~> 0.0.15"},
28
{:plug_graphql, "~> 0.2"} # Most likely going to need this as well
29
]
30
end
mix.exs
@@ -1,7 +1,7 @@
1
defmodule GraphQL.Relay.Mixfile do
2
use Mix.Project
3
4
- @version "0.0.14"
+ @version "0.0.15"
5
@description "Elixir implementation of Relay for GraphQL"
6
@repo_url "https://github.com/graphql-elixir/graphql_relay"
7
0 commit comments