loaders#
Functions#
Make a DataLoader load function for loading batches of words by their IDs. |
make__word_by_id__load_fn()#
- rootski.gql.language.word.loaders.make__word_by_id__load_fn(db: sqlalchemy.ext.asyncio.session.AsyncSession)[source]#
Make a DataLoader load function for loading batches of words by their IDs.
- Parameters
db – The async SQLAlchemy ORM session used to fulfill batches of
schemas.Words from batches of word IDs.