Skip to content

Commit

Permalink
add to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bradschwartz committed Aug 26, 2024
1 parent eb8d025 commit 2fd3d3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ guides/objects.md
guides/queries.md
guides/scalars.md
guides/unions.md
guides/subscriptions.md
guides/subscriptions.md
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ it will generate the following files in your current folder:

./queries.md
./mutations.md
./subscriptions.md
./objects.md
./inputs.md
./enums.md
Expand All @@ -85,7 +86,8 @@ defmodule Azeroth.MixProject do
"guides/graphql/objects.md",
"guides/graphql/queries.md",
"guides/graphql/scalars.md",
"guides/graphql/unions.md"
"guides/graphql/unions.md",
"guides/graphql/subscriptions.md"
]
...

Expand Down

0 comments on commit 2fd3d3c

Please sign in to comment.