-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
**Describe the bug**
If I follow the guide on npm page to setup , in my main.ts
`import { NestFactory } from '@nestjs/core';
import { AppModule } from './app.module';
import {
FastifyAdapter,…
-
Hi
I am trying to implement cacheControl following this guide: https://www.apollographql.com/docs/engine/caching.html
I have one single huge REST api which spits out about 1000 fields for each r…
-
### Problem
Vanilla Earthstar apps (just using the `earthstar` package) can't sync with `earthstar-graphql-pub` pubs.
Adding GraphQL to an app is not always easy. It adds dependencies and compl…
-
Maybe I will try to use express & prisma for backend and [react-query](https://tanstack.com/query/latest/docs/framework/react/quick-start) for frontend, because some unknown problems occurred when I b…
-
## There have been updates to the *apollo-server* monorepo:
+ - The `dependency` [apollo-server-express](https://www.npmjs.com/package/apollo-server-express) was updated from `2.5.0` to `2.5.1`.
- …
-
I'm using Apollo Server 2 and Express.js vanilla (with `apollo-server-express`).
Everything works good also with **Subscriptions** except the **Express session** mechanism.
**The problem:**
I…
-
Hi! I'm trying to use this package for my shopify backend where I need to make few GQL resolvers only for authenticated users.
So far I get the error like so:
## Error
```json
{
"errors": [
…
-
I thought ignoring introspection queries made sense and I thought it made sense as an option with default set to false. Anyway I realised you have a `ignoredOps` flag but it is being ignored on accoun…
-
# Motivation
When trying to implement a GraphQL server for node.js, developers often need to make a decision about what implementation they can use (from a wide range of options including yoga1). T…