-
** Which Category is your question related to? **
API
** What AWS Services are you utilizing? **
AWS App Sync
** Provide additional details e.g. code snippets **
My schema is the following:
…
-
I recently updated the amplify cli and now when running `amplify push` in my project I receive following error:
```
$ amplify push
An error occured during the push operation: Current environment …
-
I stumbled upon this issue today and I did a bit of debugging.
Ill try to simplify the setup for you. I have three nodes where two runs the apollo server and the last one just regular moleculerjs.…
-
In previous versions (I'm coming from 2.x) the dataloader method 'LoadSync' returned a task. This was nice because that if I needed to make multiple calls the the same dataloader in one field I could …
-
Hello,
I have an issue with the graphql product api. In order to make an attribute filterable, i'm forced to make is searchable in the back office ( is_searchable = 1 ). But i don't necessary want m…
-
My team is using the graphql-java-extended-validation library and we identified that the validations would not execute when we add the validation on a NonNull input type. Initially, we thought this wo…
-
I ran into this problem when querying images for my localized project, though I think it is a general issue with how `gatsby-source-graphcms` queries localized content.
On GraphCMS images are local…
-
### 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…
-
This is a very small issue and definitely feel free to just say 🙅 on this one!
While writing the bindings for the `refocusExchange`, I noticed that, unlike the core exchanges (i.e. the `fetchExchan…
-
I'm having an issue with typescript + graphl code generator and reconciling mutation and query component input / output types.
We inherited this pattern from working with apollo codegen. We have in…