-
Hi there!
I am having fun using this library so thanks for it and continuing to maintain it!
I stumped on an issue and perhaps I am missing something. I have a library that uses cynic to connect …
-
### What happened?
I have setup a graphql endpoint using cosmos db and have defined a union type like described here https://graphql.org/learn/schema/#union-types. when i call the graphql endpoint it…
-
I already installed graphql-docs (globally) and now when I run below command
`graphql-docs-gen MY-GRAPHQL-ENDPOINT doc.html `
It returns with Did not get
> HTTP 200 back from the endpoint error …
-
So something like that would be possible
```json
{
"schema": {
"url": "https://...",
"headers": "x-auth-token: test; x-custom-flag: test"
}
}
```
-
### Version Information
Server Version: v2.22.1
CLI Version (for CLI related issue):
### Environment
On-premises
### What is the current behaviour?
We've been seeing memory leaks since…
-
### Before opening, please confirm:
- [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- [X] I have [searched for duplicate or clo…
dnys1 updated
9 months ago
-
### Environment information
```plain text
System:
OS: macOS 14.5
CPU: (14) arm64 Apple M3 Max
Memory: 129.25 MB / 36.00 GB
Shell: /bin/zsh
Binaries:
Node: 18.18.0 - ~/.asdf/installs/n…
-
I am trying to build an API Gateway with GraphQL for my microservices architecture. Here's how I am trying to implement this:
- Suppose we have 4 microservices named as M1, M2, M3, and M4
- The M1…
ghost updated
5 years ago
-
## Description
I'm trying to figure out how to get all the fields from facebook's schema definition.
## Research
Currently, I can get data on a facebook group with the following fragment:
`Query…
-
Query validation on VSCode is a very nice feature. Though, sometimes it would be appreciable to disable validation on a specific query.
I was thinking of a flag like all linters have (eg. `/* tslint:…