Samuel Pouyt

Results 7 comments of Samuel Pouyt

I will check the PR ASAP. Thank you for submitting.

For the first point, you can easily call the the invalidation route with the required params, and it could be done in a hook. But indeed we could do a...

What kind of option do you imagine? That would be an "after hook" that would clean the cache upon a successful request right? Let's say a user, updates its data...

Is this different from your previous question (#35 )? The main idea for me was to use the path of the api request as a "group" and the "slug" or...

That makes sense. I agree the custom key would be a nice addition. Would you have time to do a pull request? With an example of the earlier hook?

Actually I made this code with Auk version of feathers. it does not require changes... provided your feathers auk version is working (auth etc.) if this is the case, then...

Hello, You can check this example: https://github.com/EuropeanRespiratorySociety/api-ers Actually `graphql-express-server` uses Apollo server as a dependency. The graphql service is based on what I have written above. Let me know if...