graphql-modules icon indicating copy to clipboard operation
graphql-modules copied to clipboard

Enterprise Grade Tooling For Your GraphQL Server

Results 105 graphql-modules issues
Sort by recently updated
recently updated
newest added
trafficstars

Prepare ReflectiveInjector for JavaScript and ES6. GraphQL Modules are not ready yet. ```javascript class Http {} class Service { static get parameters() { return [Http]; } constructor(http) { console.log(http) }...

I'm loving the middlewares concept of GraphQL Modules! I am struggling with something though, and wonder if anyone can help. I have a set of 20 or so queries in...

Right now GraphQL Modules uses a __Node.js__ specific module [async_hooks](https://nodejs.org/api/async_hooks.html) in [/packages/graphql-modules/src/application/execution-context.ts](https://github.com/Urigo/graphql-modules/blob/master/packages/graphql-modules/src/application/execution-context.ts), and that restricts the usage of GraphQL Modules to only Node.js, making it harder/impossible to be used in...

kind/enhancement

Hi :) My backend forces different values for an enum internally than in the public API, so I'm mapping those values in the resolvers: https://www.apollographql.com/docs/apollo-server/schema/schema/#internal-values-advanced With Apollo this usually translates...

i was trying to do something like this:- const {schema} = module; Module is a graphQLModule, in which typedefs has @key attribute (Apollo Federation way). At this statement it throws...

legacy

using v5.0.0 pulls in lots of unrequired packages from graphql-tools. in particular causing the following warning graphql-tools > @graphql-tools/relay-operation-optimizer > relay-compiler > fbjs > [email protected]: core-js@

legacy

I'm suddenly having the following error, even though I'm not doing any Dependency Injection yet. All classes that I'm importing into my resolvers are already pre-injected. Also tried to JSON.stringify...

It looks like `ProviderScope.Session` is kept on memory for the whole ws life, while instead I need to create a new instance on each ws message in order to be...

legacy