Initializes a new instance of the BaseSchemaResolver class
Namespace: NReco.Graphql.Resolvers
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
public BaseSchemaResolver( ObjectSchema objectSchema, GraphqlDbAdapterOptions settings, IDbDataSource dataSource )
Parameters
- objectSchema
- Type: NReco.GraphQL.SchemasObjectSchema
- settings
- Type: NReco.GraphQL.ConfigurationGraphqlDbAdapterOptions
- dataSource
- Type: NReco.GraphQLIDbDataSource
See Also