OBJECT
A Scaphold User.
type Field implements Node {# A global idid: ID! name: String! description: String columnName: String nonNull: Boolean unique: Boolean indexed: Boolean type: String ofType: String ofTypeNonNull: Boolean reverseName: String defaultValue: AnyObject isEditable: Boolean through: String position: Int }