mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: Coroutine graphql wip
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user