Skip to content

Commit 9d2e769

Browse files
committed
Fix relations
1 parent b7e46e0 commit 9d2e769

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)