Explorar o código

Allow to filter entity by WorkingGroup id directly

Theophile Sandoz %!s(int64=3) %!d(string=hai) anos
pai
achega
25a008237e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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!