mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
updated graphql mappers
This commit is contained in:
parent
0f6b4e07d5
commit
2755fd1fe6
2 changed files with 2 additions and 1 deletions
|
|
@ -58,6 +58,7 @@ class Mapper
|
|||
'json' => Types::json(),
|
||||
'none' => Types::json(),
|
||||
'any' => Types::json(),
|
||||
'spatial' => Types::json(),
|
||||
];
|
||||
|
||||
foreach ($defaults as $type => $default) {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue