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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This [Plug](https://github.com/elixir-lang/plug) allows you to easily mount a Gr
15
15
1. Make a new Phoenix app, or add it to your existing app.
16
16
17
17
```sh
18
-
mix phoenix.new hello_graphql --no-ecto
18
+
mix phoenix.new hello_graphql
19
19
cd hello_graphql
20
20
```
21
21
@@ -33,7 +33,7 @@ This [Plug](https://github.com/elixir-lang/plug) allows you to easily mount a Gr
33
33
end
34
34
35
35
def deps do
36
-
[{:plug_graphql, "~> 0.1.2"}]
36
+
[{:plug_graphql, "~> 0.1.3"}]
37
37
end
38
38
```
39
39
@@ -98,16 +98,18 @@ This [Plug](https://github.com/elixir-lang/plug) allows you to easily mount a Gr
98
98
99
99
## Contributions
100
100
101
-
This is pretty early days, the graphql execution engine needs a lot more work to be useful.
101
+
This is pretty early days, the GraphQL Elixir ecosystem needs a lot more work to be useful.
102
102
103
103
However we can't get there without your help, so any questions, bug reports, feedback,
104
104
feature requests and/or PRs are most welcome!
105
105
106
106
## Acknowledgements
107
107
108
-
Thanks and appreciation goes to the following contributors for answering many questions and providing helpful feedback:
108
+
Thanks and appreciation goes to the following contributors for PRs, discussions, answering many questions and providing helpful feedback:
109
109
110
110
* Daniel Neighman (https://github.com/hassox)
111
111
* Chris McCord (https://github.com/chrismccord)
0 commit comments