type
FieldGraphContext
FieldGraphContext identifies the resource a graph plugin is editing. Resource transforms complete first; graph transforms then run once in Plugins order. Resource hooks, endpoints and domain capabilities retain their own contracts.
Properties
| Property | Type | Description |
|---|---|---|
ResourceKind | string | The ResourceKind value. |
Slug | schema.CollectionSlug | The Slug value. |
Full signature
type FieldGraphContext struct {
ResourceKind string
Slug schema.CollectionSlug
}