Steev Hise

Results 10 comments of Steev Hise

Is this project being maintained any more?

agreed. it's a constant problem, especially because the configuration files seem to be so touchy about syntax, white space, etc etc. and in my searches for answers to these problems,...

well, it's all in private repos. i've just given you access to the most relevant one so you should be able to get to: https://github.com/freecycle/common-hapi-plugins/blob/45fe43e94e3948f2bf6f7c81a8959952407c2ac6/modules/graphql-wrapper.js#L81 maybe you can at least...

Well, I think so. The schema object, when imported in the above file, has the `SequelizeJSON` type included: ``` GraphQLSchema { __validationErrors: undefined, __allowedLegacyNames: [], _queryType: RootQueryType, _mutationType: RootMutationType, _subscriptionType:...

actually the problem appears to be bigger. I just noticed that I also get failures for other queries with errors involving other types. For example: `Error: Can only create List...

yes. without graphql-jit everything is working, though i have performance problems (which is why i'm trying jit)

also or perhaps alternatively, can `extra_files` take a list of files rather than a directory? I have several loose files at root level, i'd rather specify them all in my...

Is this PR going to be accepted? I think it's a good idea (I need configurable conf files too).

bump. @z0mt3c are you not maintaining this anymore?