| Package | Description |
|---|---|
| io.leangen.graphql.spqr.spring.web | |
| io.leangen.graphql.spqr.spring.web.dto |
| Modifier and Type | Method and Description |
|---|---|
Object |
GraphQLController.jsonPost(GraphQLRequest requestBody,
GraphQLRequest requestParams,
R request,
TransportType transportType) |
| Modifier and Type | Field and Description |
|---|---|
TransportType |
ExecutorParams.transportType |
| Modifier and Type | Method and Description |
|---|---|
static TransportType |
TransportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportType[] |
TransportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ExecutorParams(GraphQLRequest graphQLRequest,
R request,
TransportType transportType) |
Copyright © 2018–2021. All rights reserved.