updated graphql mappers

This commit is contained in:
ArnabChatterjee20k 2025-09-03 00:47:05 +05:30
parent 0f6b4e07d5
commit 2755fd1fe6
2 changed files with 2 additions and 1 deletions

View file

@ -58,6 +58,7 @@ class Mapper
'json' => Types::json(),
'none' => Types::json(),
'any' => Types::json(),
'spatial' => Types::json(),
];
foreach ($defaults as $type => $default) {

View file

@ -9,11 +9,11 @@ use Appwrite\SDK\AuthType;
use Appwrite\SDK\Deprecated;
use Appwrite\SDK\Method;
use Appwrite\SDK\Response as SDKResponse;
use Appwrite\Utopia\Database\Validator\Spatial;
use Appwrite\Utopia\Response as UtopiaResponse;
use Utopia\Database\Database;
use Utopia\Database\Document;
use Utopia\Database\Validator\Key;
use Appwrite\Utopia\Database\Validator\Spatial;
use Utopia\Database\Validator\UID;
use Utopia\Swoole\Response as SwooleResponse;
use Utopia\Validator\Boolean;