Documentation

AbstractType

export type AbstractType = InterfaceType | UnionType;

Table of Contents

resolveType()  : mixed
Resolves concrete ObjectType for given object value

Methods

resolveType()

Resolves concrete ObjectType for given object value

public resolveType(object $objectValue, array<string|int, mixed> $context, ResolveInfo $info) : mixed
Parameters
$objectValue : object
$context : array<string|int, mixed>
$info : ResolveInfo
Return values
mixed

Search results