graphql-platform icon indicating copy to clipboard operation
graphql-platform copied to clipboard

fix: wrap missing DataLoader results in Result<T>.Resolve(default)

Open grounzero opened this issue 8 months ago • 0 comments

Wrap missing keys in BatchDataLoader and StatefulBatchDataLoader with Result<T>.Resolve(default) instead of null.

grounzero avatar May 17 '25 11:05 grounzero