GraphQL\Examples\Blog\Type\QueryType::hello PHP Méthode

hello() public méthode

public hello ( )
    public function hello()
    {
        return 'Your graphql-php endpoint is ready! Use GraphiQL to browse API';
    }