File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
spring-graphql-docs/modules/ROOT/pages Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -269,14 +269,8 @@ The builder for this extension allows you to define HTTP request details:
269
269
.build();
270
270
----
271
271
272
- <<<<<<< HEAD:spring-graphql-docs/modules/ROOT/pages/testing.adoc
273
- Once `WebGraphQlServiceTester` is created, you can begin to
274
- xref:testing.adoc#testing.requests[execute requests] using the same API, independent of the underlying
275
- =======
276
272
Once `WebGraphQlTester` is created, you can begin to
277
- <<testing.requests, execute requests>> using the same API, independent of the underlying
278
- >>>>>>> 37f3f4a9 (Change WebGraphQlServiceTester to WebGraphQlTester):spring-graphql-docs/src/docs/asciidoc/includes/testing.adoc
279
- transport.
273
+ xref:testing.adoc#testing.requests[execute requests] using the same API, independent of the underlying transport.
280
274
281
275
282
276
You can’t perform that action at this time.
0 commit comments