Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit d7abd3d

Browse files
author
Josh Price
committed
Add application setup instructions
1 parent 102fb84 commit d7abd3d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ defp deps do
2424
end
2525
```
2626

27+
Add GraphQL to your `mix.exs` applications:
28+
29+
```elixir
30+
def application do
31+
# Add the application to your list of applications.
32+
# This will ensure that it will be included in a release.
33+
[applications: [:logger, :graphql]]
34+
end
35+
```
36+
2737
Then, update your dependencies:
2838

2939
```sh-session

0 commit comments

Comments
 (0)