feat: Coroutine graphql wip

This commit is contained in:
Binyamin Yawitz
2024-06-11 18:08:40 -04:00
parent a2b8f74ae1
commit 7d248f29f0
4 changed files with 14 additions and 11 deletions
+4
View File
@@ -55,6 +55,10 @@ Http::init()
return;
}
if(str_contains($route->getPath(), '/v1/graphql')) { // Skip for graphQL recursive call
return;
}
$auths = $project->getAttribute('auths', []);
switch ($route->getLabel('auth.type', '')) {
case 'emailPassword':