(ctx context.Context, arg []UpdateBookParams)
| 21 | GetAuthor(ctx context.Context, authorID int32) (Author, error) |
| 22 | GetBiography(ctx context.Context, authorID []int32) *GetBiographyBatchResults |
| 23 | UpdateBook(ctx context.Context, arg []UpdateBookParams) *UpdateBookBatchResults |
| 24 | } |
| 25 | |
| 26 | var _ Querier = (*Queries)(nil) |
no outgoing calls