Package | Description |
---|---|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
GraphQlTester.Request<T extends GraphQlTester.Request<T>>
Declare options to gather input for a GraphQL request and execute it.
|
Modifier and Type | Method and Description |
---|---|
GraphQlTester.Request<?> |
GraphQlTester.document(String document)
Start defining a GraphQL request with the given document, which is the
textual representation of an operation (or operations) to perform,
including selection sets and fragments.
|
GraphQlTester.Request<?> |
AbstractDelegatingGraphQlTester.document(String document) |
GraphQlTester.Request<?> |
GraphQlTester.documentName(String documentName)
Variant of
GraphQlTester.document(String) that uses the given key to resolve
the GraphQL document from a file with the help of the configured
DocumentSource . |
GraphQlTester.Request<?> |
AbstractDelegatingGraphQlTester.documentName(String documentName) |