Skip to content

Instantly share code, notes, and snippets.

@marvinrabe
marvinrabe / Request.php
Created May 14, 2019 06:56
Nuwave Lighthouse Resolve function changes
<?php
namespace App\GraphQL;
use GraphQL\Type\Definition\ResolveInfo;
use Illuminate\Support\Facades\Validator;
use Nuwave\Lighthouse\Support\Contracts\GraphQLContext;
class Request
{