graphql-zeus
graphql-zeus copied to clipboard
GraphQL client and GraphQL code generator with GraphQL autocomplete library generation ⚡⚡⚡ for browser,nodejs and react native ( apollo compatible )
I think you should add this webSocketImpl directly to the generated code otherwise for those using subscriptions there are error by default just after generating. ```ts import WebSocket from "isomorphic-ws";...
When I use `Chain` to send a request with a header. The`Content-Type` is changes by GraphQL Zeus to a "utf-8" This is with no header: ```ts import { Chain, GraphQLTypes,...
Hi! First and foremost, thanks for at great library! We use it extensively to provide a TS-native experience when querying our graphQl backend. We do have one issue though: It...
I am using grapql-zeus since a long time now but sticked to version 4 because with version 4 I was not obligated to put the variable type with the $...
The most current version 5.3.3 has dependency on graphQl version 15.4.0, which is reported to have security issue here [here](https://nvd.nist.gov/vuln/detail/cve-2023-26144)
This PR aims to update to the latest json-schema to fix security issues
This package update fixes about 12 security issues.
Hi, after upgrading to Graphql Zeus 5.4.4, my Jest tests based on GraphQL Zeus queries fail due to a new Typescript compilation error. ``` // Errors when running Jest: src/lib/generated/zeus/typedDocumentNode.ts:25:33...
I ran into similar issues as https://github.com/graphql-editor/graphql-zeus/issues/189 https://github.com/graphql-editor/graphql-zeus/issues/229 ``` import { Chain, ValueTypes, ZeusScalars } from "../../generated/zeus"; import { Injectable } from "@nestjs/common"; import { ConfigService } from "@nestjs/config"; import...
Hi, on all of my machines, when i run `zeus src/backend/prisma/generated/schema.graphql src/backend/prisma/generated/zeus --typescript --apollo`, i get the following error ( is a placeholder for the actual pwd): ```sh node:internal/process/esm_loader:40 internalBinding('errors').triggerUncaughtException(...