Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@spawnia spawnia released this 13 Nov 07:54
· 32 commits to master since this release

If you upgrade from v1, view https://github.com/mll-lab/laravel-graphql-playground/blob/master/UPGRADE.md#v1-to-v2

Added

  • Support Lumen
  • Load routes through a file: src/routes.php

Changed

  • Make the GraphQLPlaygroundController use __invoke() instead of get()
  • Move the route_name configuration option into route.uri

Removed

  • Disable the route.domain configuration option by default