vertx-graphql-example
vertx-graphql-example copied to clipboard
NPE with data fetcher
Was able to setup and run the service .. while testing the service .. ran into error.
graphql.execution.async.AsyncExecutionStrategy - Exception while fetching data graphql-service_1 | java.lang.NullPointerException graphql-service_1 | at com.distelli.graphql.ResolverDataFetcher.get(ResolverDataFetcher.java:64) ~[app.jar:?]
Any pointers to revolve this issue ? Thanks in advance