FieldSchema Properties

NReco.GraphQL Class Library Documentation

The FieldSchema type exposes the following members.

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
See Also

Reference