-
**Is your feature request related to a problem? Please describe.**
I would like to re-address the issue mentioned here: https://github.com/aws-amplify/amplify-cli/issues/2776
When in a project t…
-
So something like that would be possible
```json
{
"schema": {
"url": "https://...",
"headers": "x-auth-token: test; x-custom-flag: test"
}
}
```
-
I would like to be able to customize how Spring for GraphQL instantiates objects from query/mutation arguments. Example schema:
```
input type Parent1 {
child: Child
}
input type Parent2 {
…
-
We've hit a situation where we need to be able to to use the ability to specify a Cypher version. After an upgrade to Neo4j 3.5 from 3.4 we hit a major performance regression which resulted in an orde…
-
**Is your feature request related to a problem? Please describe.**
I think it's way past due that Amplify supports total counts in GraphQL queries. Other GraphQL based platforms has this built in by …
-
**What is to be discussed?**
The way our arguments for graphql queries are defined.
**Describe the solution you'd like**
I would like a solution that allowed me to perform as little as possible b…
-
- Insomnia Version: 6.5.3
- Operating System: Windows 10 Pro (64-bit)
## Details
When requesting the schema from the GraphQL server, Insomnia uses the user-input HTTP header "Content-Type" to P…
-
I often write code like this:
```rust
let ty: ExtendedType = ...;
let arg: Option = ty.directives.get("directive_name")
.and_then(|directive| directive
.argument_by_name("arg")
.an…
-
**Which Category is your question related to?**
GraphQL Schema Transformer
**What AWS Services are you utilizing?**
DynamoDB, AppSync
**Provide additional details e.g. code snippets**
I…
-
I used the code in the example & ran 'npm start'
```
"start": "babel-node index.js --presets es2015,stage-2"
```
```
Now using node v8.9.0 (npm v5.5.1)
me@me-Latitude-E7470:~/Development/Pro…