Uses of Interface
manifold.graphql.rt.api.request.GqlRequestBody
-
Packages that use GqlRequestBody Package Description manifold.graphql.rt.api.request -
-
Uses of GqlRequestBody in manifold.graphql.rt.api.request
Methods in manifold.graphql.rt.api.request that return GqlRequestBody Modifier and Type Method Description static <V> GqlRequestBody<V>GqlRequestBody. create(String query, V variables)GqlRequestBodyExecutor. getRequestBody()Access the full GraphQL request body, which includesqueryandvariablesbindings.GqlRequestBodyGqlRequestBody.ProxyFactory. proxy(Map map, Class<GqlRequestBody> iface)Method parameters in manifold.graphql.rt.api.request with type arguments of type GqlRequestBody Modifier and Type Method Description GqlRequestBodyGqlRequestBody.ProxyFactory. proxy(Map map, Class<GqlRequestBody> iface)
-