Michael Tyson

Results 3 comments of Michael Tyson

Started work on this here: https://github.com/graphql-dotnet/relay/compare/master...myty:feature/improve-relay-example

> There should be a `ConnectionUtils.ToConection` method for IQueryable, applying the paging arguments before passing it to EntityFrameworkCore to prevent putting potentially thousands or millions of records into memory. I'm...

> I had similar issue with SheetJS. > > This import will fail: `import * as XLSX from 'https://cdn.sheetjs.com/xlsx-0.20.3/package/xlsx.mjs';` > > Did not get it working with --allow-import Current workaround...