You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/responses.md
+9
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,15 @@ class FilmBuilder extends Builder implements ViewableBuilder
124
124
}
125
125
```
126
126
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:
0 commit comments