RelatedSchemaQuery Property

NReco.GraphQL Class Library Documentation
Query used to load related object. Get or set related query - it's necessary to set Table (database table name) and Condition properties for (Query). Parent schema object and current schema object arguments are allowed to use via SetVars method

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

public Query Query { get; set; }

Property Value

Type: Query
See Also

Reference