Defines Graphql object schema and how it is mapped to SQL.
Inheritance Hierarchy
NReco.GraphQL.SchemasObjectSchema
Namespace: NReco.GraphQL.Schemas
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
The ObjectSchema type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ObjectSchema | Initializes a new instance of the ObjectSchema class |
Properties
| Name | Description | |
|---|---|---|
| Description |
Object description. Used in results on schema queries.
| |
| Fields |
Definitions of this object fields.
| |
| ListName |
Name that refers to list of objects in GraphQL query.
| |
| RelatedObjects |
Definitions of the objects that may be queried as 'childs' of this object.
| |
| SingleName |
Name that refers to single object in GraphQL query.
| |
| Table |
Database table name (or view) that corresponds to this object.
|
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