scrnhq / laravel-bakery

🍞🧑‍🍳 An on-the-fly GraphQL Schema generator from Eloquent models for Laravel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default routes can not be disabled in config file

robertvansteen opened this issue · comments

You should be able to disable the default routes generated by Bakery by passing in null in config.bakery.controller and config.bakery.graphiqlController right now that still registers these routes and gives a 500 when you visit them.