logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

GraphQL::Debug - debug GraphQL

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);

See Also