Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 7c0bf38

Browse files
update
1 parent 85caf80 commit 7c0bf38

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

graphql_api/types/owner/owner.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -400,12 +400,6 @@ def resolve_activated_user_count(owner: Owner, info: GraphQLResolveInfo) -> int:
400400
return owner.activated_user_count
401401

402402

403-
@owner_bindable.field("billing")
404-
@sync_to_async
405-
@require_part_of_org
406-
def resolve_billing(owner: Owner, info: GraphQLResolveInfo) -> dict | None:
407-
return owner
408-
409403
@owner_bindable.field("billing")
410404
@sync_to_async
411405
@require_part_of_org

0 commit comments

Comments
 (0)