GraphqlDbAdapter Methods

NReco.GraphQL Class Library Documentation

The GraphqlDbAdapter type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodExecuteToJsonAsync(String, CancellationToken)
Executes GraphQL query and returns result as a string.
Public methodExecuteToJsonAsync(GraphQLQuery, CancellationToken)
Executes GraphQL query and returns result as a string.
Public methodExecuteToStreamAsync(String, Stream, CancellationToken)
Executes GraphQL query and returns result to stream.
Public methodExecuteToStreamAsync(GraphQLQuery, Stream, CancellationToken)
Executes GraphQL query and returns result to stream.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference