GraphqlDbAdapter Constructor (IDbDataSource, GraphqlConfiguration, GraphqlSchemaOption)

NReco.GraphQL Class Library Documentation
Initializes a new instance of the GraphqlDbAdapter with IDbDataSource and custom resolvers for underlying GraphQL.NET library.

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

public GraphqlDbAdapter(
	IDbDataSource dataSource,
	GraphqlConfiguration graphqlConfiguration,
	GraphqlSchemaOption options
)

Parameters

dataSource
Type: NReco.GraphQLIDbDataSource
data source implementation
graphqlConfiguration
Type: NReco.GraphQL.SchemasGraphqlConfiguration
data schema mapping configuration
options
Type: NReco.GraphQL.ConfigurationGraphqlSchemaOption
options with custom resolvers for GraphQL.NET
See Also

Reference