PHP Interface GraphQL\Type\Definition\AbstractType

Show file Open project: webonyx/graphql-php Interface Usage Examples

Public Methods

Method Description
resolveType ( $objectValue, $context, ResolveInfo $info ) : mixed Resolves concrete ObjectType for given object value

Method Details

resolveType() public method

Resolves concrete ObjectType for given object value
public resolveType ( $objectValue, $context, ResolveInfo $info ) : mixed
$objectValue
$context
$info ResolveInfo
return mixed