FSharp.Data.GraphQL
FSharp.Data.GraphQL copied to clipboard
Relay Revamp
The existing relay pagination code was synchronous, and therefore not usable against a real data-store.
This PR makes the types async and introduces some strong typing. This is a breaking change.
I also removed the old Relay sample, which no longer works anyway, and have added a new pagination sample.
The sample queries data from SQLite, which shows that it can work for real data-stores. The example is efficient in terms of data-fetching.
Wow! Cool! I’ll review this weekend
Wow! Cool! I’ll review this weekend
I need to update a few more things to fix the build first :+1:
Let's migrate to voption (when reasonable) and interpolated strings in the code you change
Wow! Cool! I’ll review this weekend
I need to update a few more things to fix the build first 👍
Now ready :+1:
@njlr if you can address that for tomorrow I will review and merge that immediately and issue the new version of the packages as I want to use your new changes
Comments addressed :+1:
Amazing! @njlr have a look at my last changes