Skip to content

Commit

Permalink
chore: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 24, 2024
1 parent c70845c commit 2fc3fbe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Welcome! This is the extension for building GraphQL APIs with [Ash](https://hexd

## Reference

- [AshGraphql.Resource DSL](documentation/dsls/DSL:-AshGraphql.Resource.md)
- [AshGraphql.Domain DSL](documentation/dsls/DSL:-AshGraphql.Domain.md)
- [AshGraphql.Resource DSL](documentation/dsls/DSL-AshGraphql.Resource.md)
- [AshGraphql.Domain DSL](documentation/dsls/DSL-AshGraphql.Domain.md)
File renamed without changes.
2 changes: 1 addition & 1 deletion documentation/topics/use-subscriptions-with-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ defmodule MyApp.Resource do
end
```

For further Details checkout the DSL docs for [resource](/documentation/dsls/DSL:-AshGraphql.Resource.md#graphql-subscriptions) and [domain](/documentation/dsls/DSL:-AshGraphql.Domain.md#graphql-subscriptions)
For further Details checkout the DSL docs for [resource](/documentation/dsls/DSL-AshGraphql.Resource.md#graphql-subscriptions) and [domain](/documentation/dsls/DSL-AshGraphql.Domain.md#graphql-subscriptions)

### Deduplication

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ defmodule AshGraphql.MixProject do
"documentation/topics/relay.md",
"documentation/topics/custom-queries-and-mutations.md",
"documentation/topics/upgrade.md",
"documentation/dsls/DSL:-AshGraphql.Domain.md",
"documentation/dsls/DSL:-AshGraphql.Resource.md",
"documentation/dsls/DSL-AshGraphql.Domain.md",
"documentation/dsls/DSL-AshGraphql.Resource.md",
"CHANGELOG.md"
],
groups_for_extras: [
Expand Down

0 comments on commit 2fc3fbe

Please sign in to comment.