-
## ➕ Enhancement Request
Is there any way to output/convert an Operation to a [graphql-core](https://github.com/graphql-python/graphql-core) Document ast? I use Strawberry and Graphene which u…
-
### How did you install the Amplify CLI?
npm
### If applicable, what version of Node.js are you using?
16.18.1
### Amplify CLI Version
16.18.1
### What operating system are you using?
Mac
### …
-
**Is your feature request related to a problem? Please describe.**
Seems like the live.kuaishou.com has some stability issue (or my IP being silently banned 😢), always ended up getting [OwO/ERROR] > …
-
## Description
Would like to be able to define glob like pattern in a projects target outputs
## Motivation
Sometimes a project could depend on files that are defined at different locations
Fo…
-
I'm trying to raise an exception that returns a http status code 401:
```js
Query: {
currentUser(_root, _args, { request }) {
if (!request.auth) {
const error = new Error('You must …
-
Crux looks great, but is it possible to hook it into GraphQL to expose it as a service? (Like Irmin/DGraph)
-
### Summary
Please update the package so we can use Gatsby v5. I guess it is necessary to update the graphql dependency from:
```
"graphql": "^0.13.x | ^14.0.0 | ^15.0.0",
```
to also be compat…
-
Hi, I'm writing a tutorial for seed-rs.org and I'm just implementing a graphql module. It's quite app-specific and uses external library [cynic](https://crates.io/crates/cynic) but maybe it would be n…
-
### Issue Description
Querying fields that is required / not required provides inconsistent responses.
Consider the repro - there are 2 fields that can be queried ```willFailFieldIsRequired``` and…
-
### Description
I just update my amplify from 0 version to 1.0.0 version, then i just realized that i need to change the flag of respectprimarykeyattributesonconnectionfield from false to true to get…