fix: graphql

This commit is contained in:
loks0n 2024-09-30 14:26:16 +01:00
parent f236b8e09a
commit d3e400a21e

View file

@ -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(),