RequestParameters
class RequestParameters(val query: String?, val operationName: String, val variables: Map<String, ApolloJsonElement?>, val extensions: Map<String, ApolloJsonElement?>, val uploads: Map<String, Upload>)
The request parameters.
See https://graphql.github.io/graphql-over-http/draft/#sec-Request-Parameters
Properties
Functions
Link copied to clipboard
Turns the RequestParameters into a ByteString
Link copied to clipboard
Turns the RequestParameters into a HttpBody
Link copied to clipboard
Turns the RequestParameters into a Map