FieldSchema Class

NReco.GraphQL Class Library Documentation
Defines the field of GraphQL object.
Inheritance Hierarchy

SystemObject
  NReco.GraphQL.SchemasFieldSchema

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

public class FieldSchema

The FieldSchema type exposes the following members.

Constructors

  NameDescription
Public methodFieldSchema
Initializes a new instance of the FieldSchema class
Top
Properties

  NameDescription
Public propertyColumn
Data table column name that corresponds to this field (optional).
Public propertyDataType
Data type of this field (string by default).
Public propertyDescription
Field description (to describe graphql field). Optional - by default "Field: {field name} (datatype: {field.DataType})"
Public propertyName
Field name that is used in GraphQL query.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference