Skip to content

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

Public Methods ​

MethodDescription
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

Returns ​

string

getFieldContext() ​

Get the field context for all subfields in this fragment.

View source

Returns ​

string