Uses of Interface
org.springframework.graphql.test.tester.GraphQlTester.Request
-
Uses of GraphQlTester.Request in org.springframework.graphql.test.tester
Modifier and TypeInterfaceDescriptionstatic interface
GraphQlTester.Request<T extends GraphQlTester.Request<T>>
Declare options to gather input for a GraphQL request and execute it.Modifier and TypeMethodDescriptionStart defining a GraphQL request with the given document, which is the textual representation of an operation (or operations) to perform.AbstractDelegatingGraphQlTester.documentName
(String documentName) GraphQlTester.documentName
(String documentName) Variant ofGraphQlTester.document(String)
that uses the given key to resolve the GraphQL document from a file with the help of the configuredDocumentSource
.