Facing issue in calling of data fetcher method #241
Unanswered
manu-mnnit
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
That probably means your datafetcher wasn't found. Can you post your datafetcher class? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am newbie in JAVA and graphQL.
I was using DGS framework demo example i.e. Shows Example.
My project is getting compiled and runs successfully, but Query is returning NULL everytime.
Query ::
{
shows {
title
releaseYear
}
}
OR
{
shows(titleFilter: "Ozark") {
title
}
}
I am using JAVA 1.8, Spring 2.4.4, and DGS version 3.10.2. I have modofied showDataFetcher.java as per 1.8 compatibility.
Any help will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions