Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fixup References to HexDocs and Task Name #43

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ config :absinthe, schema: YouApp.GraphQL.Schema

## Documentation

Documentation is [available on Hexdocs](https://hexdocs.pm/grapqhl_markdown/)
Documentation is [available on Hexdocs](https://hexdocs.pm/graphql_markdown/)

## Contributing

Expand Down
6 changes: 3 additions & 3 deletions lib/mix/tasks/graphql.gen.markdown.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Mix.Tasks.GraphqlGenMarkdown do
usage
-----

mix refresh_token.cleanup [OPTIONS]
mix graphql_gen_markdown [OPTIONS]

valid override args:
-f, --schema Path to the schema file
Expand All @@ -23,13 +23,13 @@ defmodule Mix.Tasks.GraphqlGenMarkdown do
1. Convert the GraphQL JSON schema to a single markdown file

```elixir
mix grapqhl.gen.markdown -f myschema.json
mix graphql_gen_markdown -f myschema.json
```

2. Convert the GraphQL JSON schema to a multiple markdown file

```elixir
mix grapqhl.gen.markdown -f myschema.json -m
mix graphql_gen_markdown -f myschema.json -m
```

"""
Expand Down
Loading