1
0
Fork 0
mirror of synced 2024-07-01 04:30:59 +12:00

Fix order types param

This commit is contained in:
Jake Barnby 2022-07-21 16:37:21 +12:00
parent 58f9ccb023
commit 1899b3ccd2

View file

@ -63,7 +63,7 @@ class TypeRegistry
'type' => Type::listOf(Type::string()),
'defaultValue' => [],
],
'orderType' => [
'orderTypes' => [
'type' => Type::listOf(Type::string()),
'defaultValue' => [],
],