mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
updated graphql mapper
This commit is contained in:
parent
22e83d227f
commit
4e164b0b3e
1 changed files with 2 additions and 1 deletions
|
|
@ -57,7 +57,8 @@ class Mapper
|
|||
'datetime' => Type::string(),
|
||||
'json' => Types::json(),
|
||||
'none' => Types::json(),
|
||||
'any' => Types::json()
|
||||
'any' => Types::json(),
|
||||
'array' => Types::json()
|
||||
];
|
||||
|
||||
foreach ($defaults as $type => $default) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue