Last active
July 8, 2024 16:33
-
-
Save afhammad/16fc3592bad2d89959d31ac60115e5b9 to your computer and use it in GitHub Desktop.
Disable GraphQL schema introspection in Elixir Absinthe using a plugin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is another solution
and then in your schema add
@pipeline_modifier DisableIntrospection
unfortunately this doesn't get rid of suggestions, which are really aggressive in AbsInThe and could be used to dump the entire schema fairly easily.