Skip to content

GqlInlineFragmentFieldInterface ​

Type
Interface
Namespace
craft\base
Implemented by
craft\fields\Matrix
Since
3.3.0

GqlInlineFragmentFieldInterface defines the common interface to be implemented by fields that support inline GraphQL fragments.

View source

Public Methods ​

MethodDescription
getGqlFragmentEntityByName()Returns a GraphQL fragment by its GraphQL fragment name.

getGqlFragmentEntityByName() ​

Returns a GraphQL fragment by its GraphQL fragment name.

View source

Arguments ​

Returns ​

craft\base\GqlInlineFragmentInterface