瀏覽代碼

Allow to filter entity by WorkingGroup id directly

Theophile Sandoz 3 年之前
父節點
當前提交
25a008237e
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      query-node/schemas/workingGroups.graphql

+ 3 - 0
query-node/schemas/workingGroups.graphql

@@ -34,6 +34,9 @@ type Worker @entity {
   "The group that the worker belongs to"
   group: WorkingGroup!
 
+  "The id the group that the worker belongs to"
+  groupId: ID!
+
   "Worker membership"
   membership: Membership!