graphqlgen icon indicating copy to clipboard operation
graphqlgen copied to clipboard

⚙️ Generate type-safe resolvers based upon your GraphQL Schema

Results 67 graphqlgen issues
Sort by recently updated
recently updated
newest added

FIX: https://github.com/prisma-labs/graphqlgen/issues/461, https://github.com/prisma-labs/graphqlgen/issues/470 graphqlgen-json-schema package's schema is missing following properties so I've added these props to it. - iresolvers-augmentation - default-resolvers - delegated-parent-resolvers

Please, Please add the ability to abort requests. ## Description It can be implemented with AbortController. Something like ``` const controller = new AbortController(); const promise = getSdk(client, controller.signal).myQuery({...}); setTimeout(()...

## Description With the new release of Apollo Federation (https://blog.apollographql.com/apollo-federation-f260cf525d21), new keywords and directives can be used in the graphql schema declaration. More information on all that Apollo Federation allows...

## Description Graphqlgen does not seem to handle arrays of arrays properly. Instead, it treats them as 1 dimensional array. ## Steps to reproduce ``` yarn create graphqlgen my-app ```...

status/pr-welcome
bug/1-repro-available
kind/bug

## Description Graphqlgen overrides the declaration of `IResolvers` from the `graphql-tools` package in the generated `graphqlgen.ts` file. This causes an error when you try to compose a schema from two...

bug/1-repro-available
kind/bug

## Description The schema.json from graphqlgen-json-schema is missing the new properties added to the yml config, `iresolvers-augmentation` & `default-resolvers` ## Actual results ``` Invalid graphqlgen.yml file should NOT have additional...

hi, I've followed the examples and managed to get the most of the stuff working, but not the connections. How do you resolve edges, nodes, pageInfo and aggregate? ``` import...

kind/discussion
rfc/0-needs-spec

On large schemas, prettier can take ~30+ seconds @ 100% CPU. In particular it seems to have a regular expression that just does not handle large input. It would be...

area/generation
area/config

## Description I'm using TypeORM and trying to use graphqlgen to generate resolver types. ## Steps to reproduce Create a project with TypeORM and graphql-yoga, created a TypeORM Entity (model/table)....

rfc/0-needs-spec
kind/feature

## Description The `js-yaml` dependency in `graphqlgen`'s [`package.json`](https://github.com/prisma/graphqlgen/blob/master/packages/graphqlgen/package.json#L50) is reported to be a vulnerability. See https://www.npmjs.com/advisories/813. ## Steps to reproduce 1. Create a blank project. 2. `npm install --save graphqlgen`...