Artem

Results 6 comments of Artem

I managed to enable SSL with `'LOCATION': 'rediss://:6379'`.

As a user of your package, I need to initialize resources which are enabled by Selector and keep disabled ones untouched (as it worked prior to `4.14.0`. What you suggest...

Yes it does, thanks! Your redesign proposal works as expected. However, the idea that `init_resources()` initializes ALL of them (including disabled by Selector) still seems to be too straightforward. Are...

I've made a [fork](https://github.com/atten/graphql-import), that works exactly as I need. It has one difference in **index.ts**: ``` document.definitions = completeDefinitionPool( flatten(allDefinitions), [], // empty array instead of "firstSet" flatten(typeDefinitions), )...

@Siyfion unfornunately, `graphql-import` does import duplicates. I've tried to transform import like this, but got multiple errors ```Field Mutation.%s can only be defined once.``` ``` let typeDefs = mergeTypes([ readFileSync('./src/common/schema.graphqls',...

No, it is suspended. I'll continue to develop it soon. Thanks for your interest!