1
0
Fork 0
mirror of synced 2024-10-01 17:58:02 +13: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' => [],
],