-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move all the subscription files into the same folder
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
defmodule AshGraphql.Resource.Subscription.Actor do | ||
defmodule AshGraphql.Subscription.Actor do | ||
Check warning on line 1 in lib/subscription/actor.ex GitHub Actions / ash-ci / mix credo --strict
|
||
# I'd like to have the typespec say that actor can be anything | ||
# but that the input and output must be the same | ||
@callback actor(actor :: any, opts :: Keyword.t()) :: actor :: any | ||
|
2 changes: 1 addition & 1 deletion
2
lib/resource/subscription/actor_function.ex → lib/subscription/actor_function.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters