feat: GQL - M2M

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
Pranav C
2021-07-08 14:00:10 +05:30
parent cf2452b04a
commit 3add4bb2d3
11 changed files with 96 additions and 70 deletions

View File

@@ -90,7 +90,6 @@ export default class GqlApi {
}
async gqlRelationReqBody(params) {
let str = '';
if (params.childs) {
for (const child of params.childs.split(',')) {