-
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…
-
### Version Information
Server Version: `v2.6.2-cloud.1`
Database: `MSSQL`
### Environment
Cloud
### What is the expected behaviour?
Clicking "Track" on a detected relationship between…
-
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
-
Request from @rahul1116 #131 :
Usage and best practices of using GraphQl in the project.
-
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 …
-
### 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
-
### 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"
}
}
```
-
## 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…
-
I am considering writing similar to [Join Monster](http://join-monster.readthedocs.io/en/latest/) (a GraphQL to SQL translation framework) using Sangria.
The final goal would be to take one GraphQL q…