Interface | Description |
---|---|
GqlError |
Reflects the
GraphQLError values encoded in the @"errors" response of a GraphQL request. |
GqlError.Location | |
GqlRequestBody<V> |
Wraps the GraphQL request body consisting of both the query and variables.
|
Class | Description |
---|---|
Executor<T> |
Based on: "How to make GraphQL HTTP request using cUrl"
Based on the GET/POST and the Content-Type header, it expects the input params differently.
|
GqlError.Location.ProxyFactory | |
GqlError.ProxyFactory | |
GqlRequestBody.ProxyFactory |
Exception | Description |
---|---|
GqlRequestException |
Thrown when a GraphQL request response contains errors.
|
Copyright © 2024. All rights reserved.