Преглед на файлове

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!