Skip to content

Commit

Permalink
fix: try to resolve compilation issues w/ Code.ensure_compiled!
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Aug 1, 2024
1 parent a3bf111 commit 232563b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ash_graphql.ex
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ defmodule AshGraphql do
ash_resources = @ash_resources
@all_domains Enum.map(domains, &elem(&1, 0))

Enum.each(ash_resources, &Code.ensure_compiled!/1)

schema = __MODULE__
schema_env = __ENV__

Expand Down

0 comments on commit 232563b

Please sign in to comment.