GraphQL\Examples\Blog\Type\QueryType::hello PHP Method

hello() public method

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