vesper
vesper copied to clipboard
Vesper is a NodeJS framework that helps you to create scalable, maintainable, extensible, declarative and fast GraphQL-based server applications.
Didn't know how to reach out. So I'm creating a new issue. Your website is broken. Looking at the console you have dependencies on vue and vue router that broke....
vesper fails to build either with tsc or gulp ``` :\Users\aaron\GitHub\AaronNGray\vesper>gulp [03:28:31] Requiring external module ts-node/register ReferenceError: primordials is not defined at fs.js:47:5 at req_ (C:\Users\aaron\GitHub\AaronNGray\vesper\node_modules\natives\index.js:137:5) at Object.req [as require]...
Is it still possible to use Apollo context option for authentication like DataLoader is still avalable through context IIRC seeing the code. If so how do I do it as...
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.2.0-alpha.46 to 0.2.25. Changelog Sourced from typeorm's changelog. 0.2.25 (2020-05-19) Bug Fixes 'in' clause case for ORACLE (#5345) (8977365) calling EntityManager.insert() with an empty array of entities...
Bumps [graphql-code-generator](https://github.com/dotansimha/graphql-codegen) from 0.8.21 to 0.18.2. Commits 80ec87c v0.18.2 95d277a cleanup 964f795 remove NODE_TLS_REJECT_UNAUTHORIZED a49a2a9 v0.18.1 7713bf5 update js-yaml 71e6396 v0.18.0 31aed16 fixes 40c38b2 Merge pull request #1376 from dotansimha/feat/customize-graphql-tag-pluck...
Bumps [apollo-server-express](https://github.com/apollographql/apollo-server) from 1.3.4 to 2.14.2. Changelog Sourced from apollo-server-express's changelog. v2.14.2 Note: This release is is related to a GitHub Security Advisory published by the Apollo Server team. Please...
Is this project dead?
Running any query using just a subset of schema fields is running queries on all fields in the model which ultimately kills performance. ``` { solution_all { solutionid } }...
Could you create some configuration so that you can set the default playground URL? I like to use my projects as a default url '/ @' as a playground because...
We are working with an existing TypeORM project and have been working on getting things moved over to Vesper recently. The samples work just fine but when we use our...