We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AccountModuleFacadeには1アカウントの情報を取得するメソッドがある リストメンバーやフォロー情報を返却/情報の取得を行うときに複数のアカウントの情報が必要になることがあるため、複数のアカウントを一括で取得できるメソッドを用意する
FetchService(Account)
fetchAccountsByID
AccountRepository
findManyByID
AccountModuleFacade
The text was updated successfully, but these errors were encountered:
laminne
Successfully merging a pull request may close this issue.
背景
AccountModuleFacadeには1アカウントの情報を取得するメソッドがある
リストメンバーやフォロー情報を返却/情報の取得を行うときに複数のアカウントの情報が必要になることがあるため、複数のアカウントを一括で取得できるメソッドを用意する
やること
FetchService(Account)
にfetchAccountsByID
を実装するAccountRepository
にfindManyByID
を実装するAccountModuleFacade
にfetchAccountsByID
を実装するThe text was updated successfully, but these errors were encountered: