PHP Class GraphQL\Examples\Blog\Type\ImageType

Inheritance: extends GraphQL\Type\Definition\ObjectType
Show file Open project: webonyx/graphql-php

Public Methods

Method Description
__construct ( )
resolveUrl ( Image $value, $args, AppContext $context )

Method Details

__construct() public method

public __construct ( )

resolveUrl() public method

public resolveUrl ( Image $value, $args, AppContext $context )
$value GraphQL\Examples\Blog\Data\Image
$context GraphQL\Examples\Blog\AppContext