How to disable the extensions section in the response in Laravel Lighthouse? Below is an example. Includes an additional "extensions" section.
{
"data": {
"users": {
"data": [
{
"id": "1",
"name": "martio"
}
],
"paginatorInfo": {
"currentPage": 1,
"lastPage": 4
}
}
},
"extensions": {
"lighthouse_subscriptions": {
"version": 1,
"channels": []
}
}
}
question from:https://stackoverflow.com/questions/65931233/how-to-disable-the-extensions-section-in-laravel-lighthouse