Initializes a new instance of the GraphqlDbAdapter with NReco.Data DbDataAdapter 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( DbDataAdapter dbDataAdapter, GraphqlConfiguration graphqlConfiguration, GraphqlSchemaOption options )
Parameters
- dbDataAdapter
- Type: DbDataAdapter
configured data access component - graphqlConfiguration
- Type: NReco.GraphQL.SchemasGraphqlConfiguration
data schema mapping configuration - options
- Type: NReco.GraphQL.ConfigurationGraphqlSchemaOption
options with custom resolvers for GraphQL.NET
See Also