Skip to content

Commit

Permalink
add link to GraphQL module in maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Nov 1, 2023
1 parent 7e41c17 commit d28e94c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* <h3 id=graphql-module>GraphQL module</h3>
*
* <p>The SDK comes with a module for enhanced GraphQL support. With the help of the <a href="https://netflix.github.io/dgs/generating-code-from-schema/">DGS codegen</a>
* <p>The SDK comes with a module for enhanced <a href="https://central.sonatype.com/artifact/com.commercetools.sdk/commercetools-graphql-api">GraphQL</a> support. With the help of the <a href="https://netflix.github.io/dgs/generating-code-from-schema/">DGS codegen</a>
* we generate a type safe query and projection builder. The results will be mapped to the correct response type.</p>
*
* <p>The response types will have all available fields, but only the projected will be filled with a value.</p>
Expand Down

0 comments on commit d28e94c

Please sign in to comment.