PHP Class GraphQL\Examples\Blog\AppContext

Show file Open project: webonyx/graphql-php

Public Properties

Property Type Description
$request mixed
$rootUrl string
$viewer GraphQL\Examples\Blog\Data\User

Property Details

$request public property

public mixed $request
return mixed

$rootUrl public property

public string $rootUrl
return string

$viewer public property

public User,GraphQL\Examples\Blog\Data $viewer
return GraphQL\Examples\Blog\Data\User