Initializes a new instance of the ListObjectSchemaResolver with NReco.Data DbDataAdapter.
Namespace: NReco.GraphQL.Resolvers
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
public ListObjectSchemaResolver( ObjectSchema objectSchema, GraphqlDbAdapterOptions settings, IDbDataSource dataSource )
Parameters
- objectSchema
- Type: NReco.GraphQL.SchemasObjectSchema
object data schema mapping - settings
- Type: NReco.GraphQL.ConfigurationGraphqlDbAdapterOptions
Graphql query execution options for GraphqlDbAdapter - dataSource
- Type: NReco.GraphQLIDbDataSource
configured data access component
See Also