Defines a relation to another Graphql object.
Inheritance Hierarchy
NReco.GraphQL.Schemas.RelatedSchema
Namespace: NReco.GraphQL.Schemas
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
The RelatedSchema type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RelatedSchema | Initializes a new instance of the RelatedSchema class |
Properties
Name | Description | |
---|---|---|
![]() | Name |
Refers to the name of related object (SingleName or ListName).
|
![]() | Query |
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
|
![]() | Relex |
Get or set string representation of the Query in Relex syntax.
Parent schema object and current schema object arguments are allowed to use
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also