Initialize ObjectGraphType object based on described Schema ObjectSchema and apply GraphqlDbAdapterOptions options
Namespace: NReco.GraphQL
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
public GraphqlObjectType( ObjectSchema objectSchema, GraphqlDbAdapterOptions settings )
Parameters
- objectSchema
- Type: NReco.GraphQL.SchemasObjectSchema
- settings
- Type: NReco.GraphQL.ConfigurationGraphqlDbAdapterOptions
See Also