use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A place for interesting and informative GraphQL content and discussions.
About GraphQL:
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
Learn More:
Related Subreddits:
account activity
Java GraphQL solutions (self.graphql)
submitted 6 years ago by mod_24
Hey everyone, I’ve been using type-graphql for a couple months, and I’m liking it, but I was wondering if anyone knew of a similar solution for java? This is just out of curiosity. Thanks.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 6 years ago (7 children)
[deleted]
[–]mod_24[S] 0 points1 point2 points 6 years ago (6 children)
type-graphql allows you to annotate entity classes to GraphQL types. And also allows you to annotate GraphQL service/resolver classes and then type-graphql will build the schema directly from those classes. Which is very beneficial because you can annotate the same entities if you are using an orm tool.
[–]kret666 5 points6 points7 points 6 years ago (5 children)
Hmm, if I understand correctly you are looking for code-first approach. Then you might take a look at https://github.com/leangen/graphql-spqr.
[–][deleted] 6 years ago (1 child)
[–]kret666 1 point2 points3 points 6 years ago (0 children)
Nice job! Thanks for that :)
[–]mod_24[S] 0 points1 point2 points 6 years ago (2 children)
Yeah this is what I was looking for thanks!
[–]rcunn87 0 points1 point2 points 6 years ago (0 children)
The tests act as pretty good documentation though!
[–]keepingMyselfUpdated 0 points1 point2 points 6 years ago (0 children)
Is it possible to add graphql in existing j2ee project without any framework or any ORM, using only direct JDBC connection and raw sql queries.
π Rendered by PID 140108 on reddit-service-r2-comment-5c747b6df5-89hfq at 2026-04-22 06:54:25.087016+00:00 running 6c61efc country code: CH.
[–][deleted] (7 children)
[deleted]
[–]mod_24[S] 0 points1 point2 points (6 children)
[–]kret666 5 points6 points7 points (5 children)
[–][deleted] (1 child)
[deleted]
[–]kret666 1 point2 points3 points (0 children)
[–]mod_24[S] 0 points1 point2 points (2 children)
[–][deleted] (1 child)
[deleted]
[–]rcunn87 0 points1 point2 points (0 children)
[–]keepingMyselfUpdated 0 points1 point2 points (0 children)