GraphQLQuery Class

NReco.GraphQL Class Library Documentation
GraphQL input object
Inheritance Hierarchy

SystemObject
  NReco.GraphQLGraphQLQuery

Namespace:  NReco.GraphQL
Assembly:  NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax

public class GraphQLQuery

The GraphQLQuery type exposes the following members.

Constructors

  NameDescription
Public methodGraphQLQuery
Initializes a new instance of the GraphQLQuery class
Top
Properties

  NameDescription
Public propertyNamedQuery
Public propertyOperationName
Public propertyQuery
Public propertyVariables
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
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