Skip to content

Commit

Permalink
Merge pull request #121 from dminkovsky/patch-2
Browse files Browse the repository at this point in the history
Update ExecutionStrategy.java
  • Loading branch information
andimarek committed Apr 23, 2016
2 parents a901f1c + 5880b9b commit 4fff309
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/graphql/execution/ExecutionStrategy.java
Expand Up @@ -23,7 +23,6 @@ public abstract class ExecutionStrategy {

protected ExecutionResult resolveField(ExecutionContext executionContext, GraphQLObjectType parentType, Object source, List<Field> fields) {
GraphQLFieldDefinition fieldDef = getFieldDef(executionContext.getGraphQLSchema(), parentType, fields.get(0));
if (fieldDef == null) return null;

Map<String, Object> argumentValues = valuesResolver.getArgumentValues(fieldDef.getArguments(), fields.get(0).getArguments(), executionContext.getVariables());
DataFetchingEnvironment environment = new DataFetchingEnvironment(
Expand Down

0 comments on commit 4fff309

Please sign in to comment.