mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 12:17:19 +00:00
feat: GQL - M2M
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -90,7 +90,6 @@ export default class GqlApi {
|
||||
}
|
||||
|
||||
async gqlRelationReqBody(params) {
|
||||
|
||||
let str = '';
|
||||
if (params.childs) {
|
||||
for (const child of params.childs.split(',')) {
|
||||
|
||||
Reference in New Issue
Block a user