mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
fix: graphql
This commit is contained in:
parent
f236b8e09a
commit
d3e400a21e
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ class Mapper
|
|||
$defaults = [
|
||||
'boolean' => Type::boolean(),
|
||||
'string' => Type::string(),
|
||||
'payload' => Type::string(),
|
||||
'integer' => Type::int(),
|
||||
'double' => Type::float(),
|
||||
'datetime' => Type::string(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue