You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FunctionDataFetch throws InvocationException.cause property when available (#225)
* FunctionDataFetch throws InvocationException cause property when available.
This allows thrown `GraphQLException` instances to be handled by
`graph-java` as it would if thrown directly by a `DataFetcher` lambda.
* Include necessary test modules
* Fix linting issues
* Just return a string
0 commit comments