The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Plack::App::GraphQL::Context - The Default Context

SYNOPSIS

    TBD

DESCRIPTION

This is a per request context that is passed to your resolvers in addition to the root or local value. Useful if you need to inspect some aspect of the request. Subclass or roll your own as needed. For example you could have a custom context with a user object for applications with user login and security.

AUTHOR

John Napiorkowski

SEE ALSO

Plack::App::GraphQL