Replies: 1 comment 8 replies
-
try this: |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found that graphql is really convenient to generate complex query result. For example a schema like this:
If I want query an article including its author, the query can be like this:
My question is that it is possible to create a RESTful API and use the dgs as query service in the same spring boot project like below:
Beta Was this translation helpful? Give feedback.
All reactions