Skip to content

Commit

Permalink
Merge pull request #16 from openimis/develop
Browse files Browse the repository at this point in the history
MERGING develop into release/24.04
  • Loading branch information
delcroip committed Mar 28, 2024
2 parents abf35c6 + 95552ab commit bc55c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
class Query:
workflow = graphene.Field(
graphene.List(WorkflowGQLType),
name=graphene.String(),
group=graphene.String(),
name=graphene.Argument(graphene.String, required=False),
group=graphene.Argument(graphene.String, required=False),
)

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

0 comments on commit bc55c2d

Please sign in to comment.