GqlInlineFragmentInterface ​
- Type
- Interface
- Namespace
- craft\base
- Implemented by
- craft\models\EntryType
- Since
- 3.3.0
GqlInlineFragmentInterface defines the common interface to be implemented by GraphQL inline fragments contained by fields.
Public Methods ​
| Method | Description |
|---|---|
| getEagerLoadingPrefix() | Get the eager loading prefix for all subfields in this fragment. |
| getFieldContext() | Get the field context for all subfields in this fragment. |
getEagerLoadingPrefix() ​
Get the eager loading prefix for all subfields in this fragment.
Returns ​
getFieldContext() ​
Get the field context for all subfields in this fragment.