Fix order types param

This commit is contained in:
Jake Barnby
2022-07-21 16:37:21 +12:00
parent 58f9ccb023
commit 1899b3ccd2
+1 -1
View File
@@ -63,7 +63,7 @@ class TypeRegistry
'type' => Type::listOf(Type::string()),
'defaultValue' => [],
],
'orderType' => [
'orderTypes' => [
'type' => Type::listOf(Type::string()),
'defaultValue' => [],
],