feat: Adjust positions and return all steps after deletion of the step

This commit is contained in:
Faruk AYDIN
2022-01-30 14:38:14 +03:00
committed by Ali BARIN
parent 3e5b9478c7
commit 0b6eecd41d
5 changed files with 65 additions and 34 deletions

View File

@@ -16,8 +16,8 @@ const rootQuery = new GraphQLObjectType({
getAppConnections,
testConnection,
getFlow,
getFlows
}
getFlows,
},
});
export default rootQuery;