Skip to content

Commit

Permalink
Fix relations
Browse files Browse the repository at this point in the history
  • Loading branch information
davimacedo committed Aug 4, 2019
1 parent b7e46e0 commit 9d2e769
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GraphQL/loaders/objectsMutations.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const createObject = async (className, fields, config, auth, info) => {
fields = {};
}

transformMutationInputToParse(fields);

return (await rest.create(config, auth, className, fields, info.clientSDK))
.response;
};
Expand Down

0 comments on commit 9d2e769

Please sign in to comment.