GraphqlDbAdapter Constructor (IDbDataSource, GraphqlConfiguration)

NReco.GraphQL Class Library Documentation
Initializes a new instance of the GraphqlDbAdapter with IDbDataSource.

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

public GraphqlDbAdapter(
	IDbDataSource dataSource,
	GraphqlConfiguration graphqlConfiguration
)

Parameters

dataSource
Type: NReco.GraphQLIDbDataSource
data source implementation
graphqlConfiguration
Type: NReco.GraphQL.SchemasGraphqlConfiguration
data schema mapping configuration
See Also

Reference