diff --git a/src/graphql_execute.erl b/src/graphql_execute.erl index 6ac0428..f191287 100644 --- a/src/graphql_execute.erl +++ b/src/graphql_execute.erl @@ -7,6 +7,7 @@ -compile(inline). -compile(inline_list_funcs). -compile({inline_size, 50}). +-compile({no_auto_import, [alias/1]}). -export([x/1, x/2]). -export([builtin_input_coercer/1]).