Uses of Interface
org.springframework.graphql.client.RSocketGraphQlClient
Packages that use RSocketGraphQlClient
Package
Description
This package contains a 
GraphQlClient
 along with HTTP and WebSocket extensions.GraphQL client testing support.
- 
Uses of RSocketGraphQlClient in org.springframework.graphql.client
Methods in org.springframework.graphql.client that return RSocketGraphQlClientModifier and TypeMethodDescriptionRSocketGraphQlClient.Builder.build()Build theRSocketGraphQlClientinstance. - 
Uses of RSocketGraphQlClient in org.springframework.graphql.test.tester
Constructors in org.springframework.graphql.test.tester with parameters of type RSocketGraphQlClientModifierConstructorDescriptionDefaultRSocketGraphQlTesterBuilder(RSocketGraphQlClient rsocketGraphQlClient) Constructor to mutate.