updated graphql mapper

This commit is contained in:
ArnabChatterjee20k 2025-09-05 16:42:26 +05:30
parent 22e83d227f
commit 4e164b0b3e

View file

@ -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) {