saleor/saleor

Optimize resolvers in the `User` type

Open

#13,752 建立於 2023年8月21日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Python (19,887 star) (5,278 fork)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

貢獻者指南