File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/graphql/execution Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020import graphql .language .FragmentDefinition ;
2121import graphql .language .OperationDefinition ;
2222import graphql .normalized .ExecutableNormalizedOperation ;
23- import graphql .normalized .ExecutableNormalizedOperationFactory ;
2423import graphql .schema .GraphQLSchema ;
2524import graphql .util .FpKit ;
2625import graphql .util .LockKit ;
3635import java .util .function .Consumer ;
3736import java .util .function .Supplier ;
3837
39- import static graphql .normalized .ExecutableNormalizedOperationFactory .*;
38+ import static graphql .normalized .ExecutableNormalizedOperationFactory .Options ;
39+ import static graphql .normalized .ExecutableNormalizedOperationFactory .createExecutableNormalizedOperation ;
4040
4141@ SuppressWarnings ("TypeParameterUnusedInFormals" )
4242@ PublicApi
You can’t perform that action at this time.
0 commit comments