PHP Class GraphQL\Examples\Blog\Type\ImageType

Inheritance: extends GraphQL\Type\Definition\ObjectType
Afficher le fichier Open project: webonyx/graphql-php

Méthodes publiques

Méthode Description
__construct ( )
resolveUrl ( Image $value, $args, AppContext $context )

Method Details

__construct() public méthode

public __construct ( )

resolveUrl() public méthode

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