saleor/saleor

Optimize resolvers in the `User` type

Open

#13,752 opened on 2023年8月21日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Python (19,887 stars) (5,278 forks)batch import
good first issueperformancesre

説明

Some fields in the User type are not using dataloaders. We should add them for better performance:

  • resolve_address
  • resolve_permission_groups
  • resolve_checkout

コントリビューターガイド