The FieldSchema type exposes the following members.
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.
|
See Also