GraphQL::Debug - debug GraphQL
Contents
Description
Creates debugging output when called. Intended to have its calls optimised out when debugging not sought,
using the construct shown above. The values given will be passed through "Dumper" in Data::Dumper.
perl v5.34.0 2022-03-27 GraphQL::Debug(3pm)
Name
GraphQL::Debug - debug GraphQL
Synopsis
use GraphQL::Debug qw(_debug);
use constant DEBUG => $ENV{GRAPHQL_DEBUG};
DEBUG and _debug('current_function', $value1, $value2);
