Samuel Cormier-Iijima
Samuel Cormier-Iijima
Thank you @Cito for the reply, that's a great question and I wasn't aware that this was a direct port of the reference JS implementation. Reading the discussion https://github.com/graphql/graphql-relay-js/issues/58, I...
As another data point, the [Ruby port](https://github.com/rmosolgo/graphql-ruby/) added [bi-directional pagination support using a setting](https://github.com/rmosolgo/graphql-ruby/pull/960).
@Cito @sliverc I've updated this PR against the latest changes in master. Any updates on whether this is something that could be merged?
Fixed by #14 - @robmoorman could you test to see if that fix works for you?
@robmoorman I'm looking at that spec as well. For example, for `hasPreviousPage`: > `hasPreviousPage` is used to indicate whether more edges exist prior to the set defined by the clients...
This is likely fixed in the new version of rrule.
I am also running into this issue. The `modifyURLPrefix` option to `injectManifest` seems to help, but does not prefix the entries added by `additionalManifestEntries` (workbox applies the additional entries last...
Actually, there's an easier workaround: modify the URLs inside the service worker code directly by doing something like: ``` precacheAndRoute(self.__WB_MANIFEST.map(entry => ({ ...entry, url: `${prefix}${entry.url}` })) ```
@KOLANICH FWIW we just updated `tan` against the latest release of `black` (22.12.0).