Skip to content

Commit

Permalink
BUG Always nuke cache when manually rebuildng schema (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rainville authored Feb 14, 2022
1 parent 0fb4768 commit e24dd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dev/Build.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function build(HTTPRequest $request)
echo $renderer->renderInfo("GraphQL Schema Builder", Director::absoluteBaseURL());
echo "<div class=\"build\">";
}
$clear = (bool) $request->getVar('clear');
$clear = true;
$verbosity = strtoupper($request->getVar('verbosity') ?? 'INFO');
$constantRef = sprintf('%s::%s', Logger::class, $verbosity);
Schema::invariant(
Expand Down

0 comments on commit e24dd87

Please sign in to comment.