Skip to content

Path support when traversing graph#499

Merged
bbakerman merged 6 commits intographql-java:masterfrom
bbakerman:498-path-in-data-fetch-errors
Jun 18, 2017
Merged

Path support when traversing graph#499
bbakerman merged 6 commits intographql-java:masterfrom
bbakerman:498-path-in-data-fetch-errors

Conversation

@bbakerman
Copy link
Member

#498 - now follows spec in regards to data fetcher errors

graphql-java#498 - now follows spec in regards to data fetcher errors
@bbakerman bbakerman added this to the 4.0.0 milestone Jun 14, 2017
@bbakerman bbakerman requested review from andimarek and apottere June 14, 2017 23:32
Copy link
Member

@andimarek andimarek left a comment

Choose a reason for hiding this comment

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

I think SerializationError must also get a path info.

@@ -286,7 +280,7 @@ public Double serialize(Object input) {
public Double parseValue(Object input) {
Copy link
Member Author

Choose a reason for hiding this comment

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

There were some copy and pasta errors in the messages. I fixed them and put the offending object in 'quotes'


import static graphql.Assert.assertNotNull;

/**
Copy link
Member Author

Choose a reason for hiding this comment

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

Another place that needs the path

…fetch-errors

# Conflicts:
#	src/main/java/graphql/execution/ExecutionStrategy.java
@bbakerman bbakerman merged commit 06a202c into graphql-java:master Jun 18, 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