Skip to content

Commit 6ddaead

Browse files
committed
Fix codegen documentation section
Closes gh-1188
1 parent 9228631 commit 6ddaead

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: spring-graphql-docs/modules/ROOT/pages/codegen.adoc

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ want to add logic to them. Code generation, however, is a good fit for client ty
1313
those define the request, and don't need to have other logic. As a client, you may also
1414
choose to generate the data types for the response.
1515

16-
Client generated types can be used with Spring's
17-
xref:client.adoc#client.dgsgraphqlclient[DgsGraphQlClient]. Start by following the
18-
instructions for the DGS code generation plugin to generate client API types. Then, given
19-
a schema like this:
16+
Start by following the instructions for the DGS code generation plugin to generate client API types.
17+
Then you can xref:client.adoc#client.dgsgraphqlclient[use client generated types with Spring's DgsGraphQlClient].
2018

2119
TIP: Spring Initializer at https://start.spring.io can create a Spring project with
2220
the DGS Codegen Gradle or Maven plugin.

0 commit comments

Comments
 (0)