Skip to content

Instantly share code, notes, and snippets.

@joshstar
joshstar / HasMiddleware.php
Last active October 7, 2020 02:47
Laravel GraphQL Middleware
<?php
namespace App\AniList\v2\GraphQL;
use Illuminate\Http\JsonResponse;
trait HasMiddleware
{
/**
* [handleMiddleware description]