The GraphqlDbAdapter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| ExecuteToJsonAsync(String, CancellationToken) |
Executes GraphQL query and returns result as a string.
| |
| ExecuteToJsonAsync(GraphQLQuery, CancellationToken) |
Executes GraphQL query and returns result as a string.
| |
| ExecuteToStreamAsync(String, Stream, CancellationToken) |
Executes GraphQL query and returns result to stream.
| |
| ExecuteToStreamAsync(GraphQLQuery, Stream, CancellationToken) |
Executes GraphQL query and returns result to stream.
| |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also