Skip to content

LinkData ​

Type
Class
Namespace
craft\gql\types
Inherits
craft\gql\types\LinkData » craft\gql\base\ObjectType » GraphQL\Type\Definition\ObjectType
Since
5.6.0

Class LinkData

View source

Public Methods ​

MethodDescription
__construct()
resolveWithDirectives()Resolve a value with the directives that apply to it.

Protected Methods ​

MethodDescription
resolve()Resolve a field value with arguments, context and resolve information.

resolve() ​

Resolve a field value with arguments, context and resolve information.

View source

Arguments ​

  • $source (mixed) – The parent data source to use for resolving this field
  • $arguments (array) – Arguments for resolving this field.
  • $context (mixed) – The context shared between all resolvers
  • $resolveInfo (\GraphQL\Type\Definition\ResolveInfo) – The resolve information

Returns ​

mixed – $result