Skip to content

Commit

Permalink
Merge pull request #696 from karrioapi/dependabot/pip/strawberry-grap…
Browse files Browse the repository at this point in the history
…hql-0.243.0

chore(deps): bump strawberry-graphql from 0.234.0 to 0.243.0
  • Loading branch information
danh91 authored Oct 1, 2024
2 parents 0f1f153 + b0726d6 commit 3ad2058
Show file tree
Hide file tree
Showing 7 changed files with 433 additions and 56 deletions.
2 changes: 1 addition & 1 deletion modules/graph/karrio/server/graph/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def paginated_connection(


def is_unset(v: typing.Any) -> bool:
return isinstance(v, strawberry.unset.UnsetType)
return isinstance(v, type(strawberry.UNSET)) or v == strawberry.UNSET


def _dict_factory(items):
Expand Down
Loading

0 comments on commit 3ad2058

Please sign in to comment.