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

## Description * rewrite paragraph in the docs ## Type of change - [x] This change requires a documentation update ## Checklist: - [x] I have followed the [CONTRIBUTING](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md) doc...

**Is your feature request related to a problem? Please describe.** In tests, I may want to define a variable of type `TestModuleConfig` scoped for the entire test suite. It is...

**Describe the bug** In this doc https://github.com/Urigo/graphql-modules/blob/master/website/docs/di/providers.md#factory The factory has a dependency `Config` which is used as a value, but then also used as a type in the argument of...

docs

While writing a test I discovered that enums are not listed in the visitedTypes. And cause testModule to fail. My test: ``` it('Resolves query', async () => { const mockData...

**Describe the bug** Since incorporating `graphql-modules` I've not been able to get a subscription socket to connect and stay connected. The socket sends a connection_init message and then dies. I've...

**Describe the bug** Apollo Server with GraphQL Modules `v1` appears to be twice as slow as it was with `v0`. **To Reproduce** I've created a [simple repo](https://github.com/dackland/gql-modules-performance-testing) with three basic...

I'm trying to use named imports from `.mjs` files now that modules are no longer experimental and running into [the same issue that `graphql-tools` had](https://github.com/apollographql/graphql-tools/issues/913): **gm.mjs** ```js import { GraphQLModule...

waiting for release

This is a start on documenting the option for scalars and directives. Please note that the used approach like a common module is personally. Also i used Apollo as an...