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
{{ message }}
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ transport, server and datastore agnostic.
10
10
11
11
In order to setup an HTTP server (ie Phoenix) to handle GraphQL queries you will
12
12
need [plug_graphql](https://github.com/joshprice/plug_graphql).
13
-
Examples for Phoenix can be found at [hello_graphql_phoenix](https://github.com/joshprice/hello_graphql_phoenix)
13
+
Examples for Phoenix can be found at [hello_graphql_phoenix](https://github.com/joshprice/hello_graphql_phoenix), so look here for a starting point for writing your own schemas.
14
14
15
15
Other ways of handling queries will be added in due course.
16
16
@@ -20,7 +20,7 @@ First, add GraphQL to your `mix.exs` dependencies:
20
20
21
21
```elixir
22
22
defpdepsdo
23
-
[{:graphql, "~> 0.0.9"}]
23
+
[{:graphql, "~> 0.1.0"}]
24
24
end
25
25
```
26
26
@@ -87,7 +87,7 @@ This is a work in progress, right now here's what is done:
0 commit comments