Matt Browne

Results 89 comments of Matt Browne

Related: https://github.com/apollographql/apollo-link-state/issues/262

apollo-link-state is in the process of being integrated into apollo-client, including multiple bug fixes and new features. For more info, see https://github.com/apollographql/apollo-client/pull/4338. You can try it out by installing `apollo-client@alpha`....

Apollo 2.5 has been released. I doubt there will be any further changes to this library now that local state has been integrated into the core.

In the meantime, if anyone wants to use yarn 2 and still have it "just work", then add this to your `.yarnrc.yml` file: ``` nodeLinker: "node-modules" ``` That tells it...

To answer the question about "End Session Endpoint URL", I used this endpoint and it seems to work fine (although I don't actually know if it's doing anything on Google's...

Does this mean that this library doesn't support many-to-many relationships?

It seems that it's not compatible with newer versions of node (maybe because it's using an older version of TypeORM). I was able to start it using node 12, and...

Another project to consider in the meantime: https://keystonejs.com/ ...but it lacks a couple features that Prime has

Is there any workaround for custom admin pages? The docs state that you have to put them in `admin/pages` at the root. (I tried adding `admin/pages/index.ts` and importing/re-export pages from...

@ wiggitamoo > I am also looking for a solution to the position of the parent page scrolling to the top when the modal is opened. This thread is quite...