-
**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…
-
Say you have a malformed JSON schema that is not in the form expected by the relay compiler. It contains `__schema` as a top level key, but is missing the outer-most `data` key:
```json
{
"__…
-
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 …
-
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…
-
### 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…
-
We can not query values that don't exist in current content but might exist in future content. The error message is something like, 'Cannot query field "blahblah2" on type "Content". Did you mean "bla…
-
## 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…
-
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
-
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:…