type

JoinField

type JoinField struct { CollectionID StableID `json:"collectionId"` CollectionSlug CollectionSlug `json:"collectionSlug"` On query.Path `json:"on"` Limit int `json:"limit"` DefaultColumns []string `json:"defaultColumns,omitempty"` DefaultSort string `json:"defaultSort,omitempty"` AllowCreate *bool `json:"allowCreate,omitempty"` }

Resolved inverse-relationship presentation and population metadata.

Source schema/manifest.go:566

CollectionIDStableID
The CollectionID value.
CollectionSlugCollectionSlug
The CollectionSlug value.
Onquery.Path
The On value.
Limitint
The Limit value.
DefaultColumns[]string
The DefaultColumns value.
DefaultSortstring
The DefaultSort value.
AllowCreate*bool
The AllowCreate value.