This document provides guidance for upgrading between major versions.
Compare your graphql-playground.php
against the latest default configuration.
The configuration options for the route
changed.
If you were calling the GraphQLPlaygroundController
directly, change the reference
to use __invoke()
:
-'uses' => \MLL\GraphQLPlayground\GraphQLPlaygroundController::class . '@get',
+'uses' => \MLL\GraphQLPlayground\GraphQLPlaygroundController::class,