Skip to content

Commit

Permalink
Merge branch 'main' into release/23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip authored Dec 16, 2023
2 parents 737e0be + d49cb62 commit 11a42e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions individual/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class Query(ExportableQueryMixin, graphene.ObjectType):

related_field_groupbeneficiary = "groupbeneficiary"


individual = OrderedDjangoFilterConnectionField(
IndividualGQLType,
orderBy=graphene.List(of_type=graphene.String),
Expand Down Expand Up @@ -169,6 +170,7 @@ def resolve_group(self, info, **kwargs):
query,
relation=Query.related_field_groupbeneficiary
)

return gql_optimizer.query(query, info)

def resolve_group_individual(self, info, **kwargs):
Expand Down

0 comments on commit 11a42e3

Please sign in to comment.