Skip to content

Commit 4a1bfd1

Browse files
committed
feat: enhance Project.updateModuleConfiguration.graphql with additional fields for runtime assignment
1 parent e9eebe7 commit 4a1bfd1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/packages/ce/src/project/services/mutations/Project.updateModuleConfiguration.graphql

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@ mutation projectUpdateModuleConfiguration($namespaceProjectRuntimeAssignmentId:
1313
}
1414
}
1515
namespaceProjectRuntimeAssignment {
16+
__typename
1617
id
17-
##TODO
18+
compatible
19+
updatedAt
20+
createdAt
21+
runtime {
22+
id
23+
}
1824
}
1925
}
2026
}

0 commit comments

Comments
 (0)