File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ schema and then generate the clients under `com.example.generated` package name:
115115 <execution >
116116 <id >generate-graphql-client</id >
117117 <goals >
118- <goal >introspectSchema </goal >
119- <goal >generateClient </goal >
118+ <goal >introspect-schema </goal >
119+ <goal >generate-client </goal >
120120 </goals >
121121 <configuration >
122122 <endpoint >http://localhost:8080/graphql</endpoint >
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ Equivalent `pom.xml` Maven configuration
7474 <execution >
7575 <id >generate-graphql-client</id >
7676 <goals >
77- <goal >introspectSchema </goal >
78- <goal >generateClient </goal >
77+ <goal >introspect-schema </goal >
78+ <goal >generate-client </goal >
7979 </goals >
8080 <configuration >
8181 <endpoint >http://localhost:8080/graphql</endpoint >
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ schema and then generate the clients under `com.example.generated` package name:
115115 <execution >
116116 <id >generate-graphql-client</id >
117117 <goals >
118- <goal >introspectSchema </goal >
119- <goal >generateClient </goal >
118+ <goal >introspect-schema </goal >
119+ <goal >generate-client </goal >
120120 </goals >
121121 <configuration >
122122 <endpoint >http://localhost:8080/graphql</endpoint >
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ schema and then generate the clients under `com.example.generated` package name:
115115 <execution >
116116 <id >generate-graphql-client</id >
117117 <goals >
118- <goal >introspectSchema </goal >
119- <goal >generateClient </goal >
118+ <goal >introspect-schema </goal >
119+ <goal >generate-client </goal >
120120 </goals >
121121 <configuration >
122122 <endpoint >http://localhost:8080/graphql</endpoint >
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ schema and then generate the clients under `com.example.generated` package name:
115115 <execution >
116116 <id >generate-graphql-client</id >
117117 <goals >
118- <goal >introspectSchema </goal >
119- <goal >generateClient </goal >
118+ <goal >introspect-schema </goal >
119+ <goal >generate-client </goal >
120120 </goals >
121121 <configuration >
122122 <endpoint >http://localhost:8080/graphql</endpoint >
You can’t perform that action at this time.
0 commit comments