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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Unable to generate Java class when using pagination type
Context
I am trying to use a pagination type as a field in a wrapper
typeand I have the following schema:As recommended in the docs, I had also configured the code generation by adding the following lines in my gradle file
When I try to build the application, I run into the following error with the generated
TestObjectjava class:When I reference the Pagination type on the
Querytype, it works perfectly fine, so I am not sure what I am missing here.Beta Was this translation helpful? Give feedback.
All reactions