Artjom Kurapov

Results 38 comments of Artjom Kurapov

+1 I'm usint 1.5.6 and getting Failed to instantiate module myApp due to: Error: [$injector:modulerr]

It may be true, but if schema-registry currently is under MIT then there are no apollo restrictions and then we start using dependency that has custom licenses / limitations, then...

I'll talk to our legal team, but I think we could have indeed a plugin-like system where v1 `import { composeAndValidate } from '@apollo/federation';` would be replaced by an internal...

I think we may need a small guide how to do the migration from v1 to v2 too 🤔 For example I had errors like: ``` "message": "[service-xxx] On type...

I emailed to Apollo ( I guess @abernix ) & @debergalis , maybe they can clarify their stand on this

So Matt's reply about licensing includes: >It's fine to distribute code that links to or references our ELv2 composition library. You can use any license you like for that code,...

will merge to RC branch to work on it a bit

released 5.0.0, thanks for a huge work!

hey. I didn't use it myself & looking at [typescript decorators](https://www.typescriptlang.org/docs/handbook/decorators.html#decorator-composition) feature it reminds me of doctrine or java. I personally dislike this style of meta-programming because - it takes...

hey. You are right, redis is not critical dependency and can be ommited. Automatic persisted are an [apollo feature](https://www.apollographql.com/docs/apollo-server/performance/apq/#cache-configuration) and yes, we don't have an example how exactly to use...