diff --git a/src/Appwrite/GraphQL/TypeRegistry.php b/src/Appwrite/GraphQL/TypeRegistry.php index 56acec1482..f1fcef65f5 100644 --- a/src/Appwrite/GraphQL/TypeRegistry.php +++ b/src/Appwrite/GraphQL/TypeRegistry.php @@ -63,7 +63,7 @@ class TypeRegistry 'type' => Type::listOf(Type::string()), 'defaultValue' => [], ], - 'orderType' => [ + 'orderTypes' => [ 'type' => Type::listOf(Type::string()), 'defaultValue' => [], ],