type

Category

type Category string

Whether a field is stored, presentation-only, computed, or plugin-owned.

Source field/field.go:37

CategoryScalar"scalar"
Stored scalar content.
CategoryNested"nested"
Stored nested content.
CategoryPresentation"presentation"
Admin-only presentation.
CategoryRelationship"relationship"
Document relationship.
CategoryUpload"upload"
Upload relationship.
CategoryPlugin"plugin"
Plugin-owned behavior.