PHP Class GraphQL\Examples\Blog\Type\QueryType

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

Public Methods

Method Description
__construct ( )
deprecatedField ( )
hello ( )
lastStoryPosted ( )
stories ( $rootValue, $args )
user ( $rootValue, $args )
viewer ( $rootValue, $args, AppContext $context )

Method Details

__construct() public method

public __construct ( )

deprecatedField() public method

public deprecatedField ( )

hello() public method

public hello ( )

lastStoryPosted() public method

public lastStoryPosted ( )

stories() public method

public stories ( $rootValue, $args )

user() public method

public user ( $rootValue, $args )

viewer() public method

public viewer ( $rootValue, $args, AppContext $context )
$context GraphQL\Examples\Blog\AppContext