GqlInlineFragmentInterface

Type
Interface
Namespace
craft\base
Implemented by
craft\models\MatrixBlockType
Since
3.3.0

GqlInlineFragmentInterface defines the common interface to be implemented by GraphQL inline fragments contained by fields.

View source (opens new window)

# 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.

View source (opens new window)

Returns

string (opens new window)

# getFieldContext()

Get the field context for all subfields in this fragment.

View source (opens new window)

Returns

string (opens new window)