Skip to content

Commit 4da6f80

Browse files
committed
Merge branch 'gql-renaming' of github.com:Moumouls/parse-server into gql-renaming
2 parents 0c8b459 + 9d2e769 commit 4da6f80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GraphQL/loaders/objectsMutations.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ const createObject = async (className, fields, config, auth, info) => {
99
fields = {};
1010
}
1111

12+
transformMutationInputToParse(fields);
13+
1214
return (await rest.create(config, auth, className, fields, info.clientSDK))
1315
.response;
1416
};

0 commit comments

Comments
 (0)