GraphqlConfigurationSchemaObjects Property

NReco.GraphQL Class Library Documentation
Schema that describes how GraphQL entities are mapped to SQL tables or views.

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

public ObjectSchema[] SchemaObjects { get; set; }

Property Value

Type: ObjectSchema
See Also

Reference