Uses of Class
manifold.graphql.rt.api.request.GqlRequestException
-
Packages that use GqlRequestException Package Description manifold.graphql.rt.api.request -
-
Uses of GqlRequestException in manifold.graphql.rt.api.request
Methods in manifold.graphql.rt.api.request that throw GqlRequestException Modifier and Type Method Description TExecutor. get()Make an HTTP GET request tourl.TExecutor. get(manifold.json.rt.api.Requester.Format format)Make an HTTP GET request tourl.TExecutor. post()Make an HTTP POST request tourl.TExecutor. post(manifold.json.rt.api.Requester.Format format)Make an HTTP POST request tourl.
-