Defines the field of GraphQL object.
Inheritance Hierarchy
NReco.GraphQL.SchemasFieldSchema
Namespace: NReco.GraphQL.Schemas
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
The FieldSchema type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FieldSchema | Initializes a new instance of the FieldSchema class |
Properties
Name | Description | |
---|---|---|
Column |
Data table column name that corresponds to this field (optional).
| |
DataType |
Data type of this field (string by default).
| |
Description |
Field description (to describe graphql field). Optional - by default "Field: {field name} (datatype: {field.DataType})"
| |
Name |
Field name that is used in GraphQL query.
|
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