Armand

Results 9 comments of Armand

what about leaving the decision to users (developers)? in some projects you may actually want to queue as well, ;)

Those annotations (and a bunch more, like `@Auth` and `@connection`) are part of the [Amplify Model Transform Library](https://aws-amplify.github.io/docs/cli/graphql) and not standard AppSync or GraphQL annotations. I wish AWS would implement...

Actually [Looks like](https://github.com/sid88in/serverless-appsync-plugin/issues/151) @appwiz is working on this! 💯 👍

How is it possible that `@auth` works but `@model` doesn't? `@auth` has to be annotated with `@model` as well, otherwise it throughs an error. If it's working for you somehow...

You right! it does work now! that's awesome! it uses a query expression to return null if the user id is different in the context ( I believe that's the...

@bboure `@auth` works too, in fact that's the one I used and it's working, I don't think, however, if it's implemented into **Appsync**, I believe **sls** is using a [library](https://aws-amplify.github.io/docs/cli/graphql)...

The verify-request does not seem to be working for the event calls, as the request body seems to be coming serialized now..

Bumping this up! AWS, any feedback or information we can get about this issue?

I think @jktan0504 's right, looks like (unfortunately) React team is leaning toward other **Company**'s to provide the scaffolding solutions now, which I really dislike! Why increase dependency/complexity?! I think...