-
**Describe the bug**
No matter what I search for that has a type that is prefixed yields a zero-length array of results. The same query for documents that don't have a prefixed type returns documents…
-
### 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…
-
Hi,
I'm using Kotlin And Gradle,
I would like to fetch schema using a Gradle task and update it in the specific path in the project.
I found such capability in ExpediaGroup lib id("com.expediagro…
-
Our data models live in a complex set of relationships, which is why they are represented as a graph (GraphQL) where nodes are the respective models and edges the respective relationships between them…
-
### 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…
-
So something like that would be possible
```json
{
"schema": {
"url": "https://...",
"headers": "x-auth-token: test; x-custom-flag: test"
}
}
```
-
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
-
Console access is critical, and it's currently only protected by a simple string, the secret admin key. Anyone, anywhere can get access to a production running Hasura instance if he knows the admin se…
-
### 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
-
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 …