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

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Using `app.setGlobalPrefix` and `GraphQLModule.forRoot`, I cannot specify `/graphql` endpoint in the...

bug
needs triage

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior The issue is basically the same as this one: https://github.com/nestjs/graphql/issues/222 That...

bug
needs triage

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior (Trying to get help from discord for over a week with...

bug
needs triage

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...

The official document said that @Args option allowed deprecationReason, but it did not. GraphQL allows deprecation directives for arguments, so I made it allow deprecationReason. ## PR Checklist Please check...

In the generated typescript (schema-first), classes and interfaces for types are upper cased, but remained in the original case when referenced in method arguments and return types. This is a...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ws](https://togithub.com/websockets/ws) | [`8.16.0` -> `8.17.1`](https://renovatebot.com/diffs/npm/ws/8.16.0/8.17.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ws/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

## PR Checklist Please check if your PR fulfills the following requirements: - [X] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [X] Tests for the changes have been added...

Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies