Skip to content

Conversation

@danielocampo2
Copy link
Contributor

This PR fixes #85

It adds the missing support for passing arguments to DataFetchers declared in GraphQLFields that are declared as method. This extends the existing functionality that was only covered for fields.

@danielocampo2
Copy link
Contributor Author

A thing I've noticed while working on this PR is that there are failing tests in current master branch.
Does anyone knows the reason for this? I will probably create an issue regarding this.

zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-all.zip
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess I should not update this, but I had to otherwise it would not compile in my env. I can revert it back.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the -all distro is ok. IDEA suggests it

zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-all.zip
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the -all distro is ok. IDEA suggests it

import graphql.schema.GraphQLObjectType;
import graphql.schema.GraphQLSchema;
import graphql.schema.PropertyDataFetcher;
import graphql.schema.*;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please use direct imports. If you are using IDEA, set your min imports to 9999

@danielocampo2
Copy link
Contributor Author

Hi @bbakerman, already made the updates based on latest changes. Is there anything else stopping this from being merged? Thanks!

@bbakerman bbakerman merged commit 84f426a into Enigmatis:master Jun 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants