RelatedListObjectSchemaResolver Constructor

NReco.GraphQL Class Library Documentation
Initializes a new instance of the RelatedListObjectSchemaResolver with NReco.Data DbDataAdapter.

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

public RelatedListObjectSchemaResolver(
	ObjectSchema objectSchema,
	RelatedSchema relatedObj,
	GraphqlDbAdapterOptions settings,
	IDbDataSource dataSource
)

Parameters

objectSchema
Type: NReco.GraphQL.SchemasObjectSchema
object data schema mapping
relatedObj
Type: NReco.GraphQL.SchemasRelatedSchema
related schema type object
settings
Type: NReco.GraphQL.ConfigurationGraphqlDbAdapterOptions
Graphql query execution options for GraphqlDbAdapter
dataSource
Type: NReco.GraphQLIDbDataSource
configured data access component
See Also

Reference