Update project name to Spring for GraphQL

Closes gh-255
This commit is contained in:
rstoyanchev
2022-01-13 12:15:39 +00:00
parent 10abd919ec
commit 7a7e2e87dc
9 changed files with 34 additions and 33 deletions

View File

@@ -317,5 +317,5 @@ To test with the <<index#web-interception>> chain, you can create `WebGraphQlTes
WebGraphQlTester graphQlTester = WebGraphQlTester.builder(handler).build();
----
Currently, Spring GraphQL does not support testing with a WebSocket client, and it
Currently, Spring for GraphQL does not support testing with a WebSocket client, and it
cannot be used for integration test of GraphQL over WebSocket requests.