graphql icon indicating copy to clipboard operation
graphql copied to clipboard

GraphQL (TypeScript) module for Nest framework (node.js) 🍷

Results 155 graphql issues
Sort by recently updated
recently updated
newest added

## Current behavior and motivation We can generate `schema.graphql` which is great. Although in order to generate Angular sdk library to better communicate with NestJS all of the code-generator tools...

enhancement

## I'm submitting a... [ ] Regression [x] Bug report [ ] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...

In the GraphQL extension [docs](https://docs.nestjs.com/graphql/extensions), there's an extensions middleware: ```typescript @Field({ middleware: [checkRoleMiddleware] }) @Extensions({ role: Role.ADMIN }) password: string; ``` As cool as this is, I'd like to add...

## Bug Report ## Current behavior When adding multiple endpoints for graphql it gives following weird error ``` (node:16316) UnhandledPromiseRejectionWarning: Error: Schema must contain uniquely named types but contains multiple...

blocked
needs investigation

## I'm submitting a... [ ] Regression [x] Bug report [ ] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...

potential issue

## I'm submitting a... ``` [x] Bug report ``` ## Current behavior When defining a union type with `createUnionType` and supplying a `resolveType` that returns classes (not string references), and...

needs investigation

## I'm submitting a... [ ] Regression [x] Bug report [ ] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...

needs clarification

## I'm submitting a... [ ] Regression [ ] Bug report [x] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@apollo/gateway-v2](https://togithub.com/apollographql/federation) | [`2.1.1` -> `2.1.2`](https://renovatebot.com/diffs/npm/@apollo%2fgateway-v2/2.1.1/2.1.2) | [![age](https://badges.renovateapi.com/packages/npm/@apollo%2fgateway-v2/2.1.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://togithub.com/kulshekhar/ts-jest)) | [`28.0.8` -> `29.0.1`](https://renovatebot.com/diffs/npm/ts-jest/28.0.8/29.0.1) |...

dependencies