See gh-759
This commit is contained in:
Brian Clozel
2023-08-21 17:43:40 +02:00
parent 8038be2796
commit 1032f99b6d

View File

@@ -269,14 +269,8 @@ The builder for this extension allows you to define HTTP request details:
.build();
----
<<<<<<< HEAD:spring-graphql-docs/modules/ROOT/pages/testing.adoc
Once `WebGraphQlServiceTester` is created, you can begin to
xref:testing.adoc#testing.requests[execute requests] using the same API, independent of the underlying
=======
Once `WebGraphQlTester` is created, you can begin to
<<testing.requests, execute requests>> using the same API, independent of the underlying
>>>>>>> 37f3f4a9 (Change WebGraphQlServiceTester to WebGraphQlTester):spring-graphql-docs/src/docs/asciidoc/includes/testing.adoc
transport.
xref:testing.adoc#testing.requests[execute requests] using the same API, independent of the underlying transport.