Skip to content

Commit f754240

Browse files
d8vjorkgitbook-bot
authored andcommitted
GITBOOK-4: change request with no subject merged in GitBook
1 parent 1b5954b commit f754240

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/responses.md

+9
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,15 @@ class FilmBuilder extends Builder implements ViewableBuilder
124124
}
125125
```
126126

127+
#### Disable viewable per request
128+
129+
If the **viewable is implemented at the model or query builder** level **this will get called** whenever you use Apiable, you can disable it per request using the following method:
130+
131+
```php
132+
JsonApiResponse::from(Film::where('title', 'LIKE', 'The%'))
133+
->conditionallyLoadResults(false);
134+
```
135+
127136
#### Customise pagination method
128137

129138
In case you want to customise the pagination used you can actually use the `paginateUsing` method:

0 commit comments

Comments
 (0)