You are here

public property Server::$debug_flag in GraphQL 8.4

The debug settings for this server.

Type: int

See also

\GraphQL\Error\DebugFlag

File

src/Entity/Server.php, line 110

Class

Server
The main GraphQL configuration and request entry point.

Namespace

Drupal\graphql\Entity

Code

public $debug_flag = DebugFlag::NONE;