Gabin Marignier
Gabin Marignier
Indeed I wish there was an authorization pattern integrated within this plugin, because I'm not a big fan of having the declaration rules inside a single centralized `shield` object... I...
Any update on this? The lack of federation support makes me very reluctant to choose nexus for my next project. It's sad that this _federation thing_ is not part of...
Hi, I may have found a workaround with the supergraphs although it doesn't seem production ready yet. See my explanations here: https://github.com/mugtaba-subahi/serverless-apollo-federation/issues/11#issue-928547840 I will try it in a real-world app...
getting the same error when using the declarative auth... ```sh [VERBOSE-2:ui_dart_state.cc(198)] Unhandled Exception: 'package:auto_route/src/router/controller/routing_controller.dart': Failed assertion: line 1095 pos 7: '!managedByWidget': Pages stack can be managed by either the Widget...
Hey @Parables, just ran the plugin but it seems broken. Also cannot directly use the npm dep from github since it's a monorepo. When do you think the fix version...
Same, amplify really sucks... I wish I could simply use the graphql transformer as part as my CDK...
Waiting on this too
I was going to implement my own version of riverpod x persisted state, but just discovered that it's in the official roadmap, can't wait :)
need the same
Sorry finally I decided to go with `serverless-scriptable-plugin` and: ``` scriptable: hooks: # serverless before:deploy:deploy: yarn build before:invoke:local:invoke: yarn build # serverless-offline before:offline:start: yarn dynamodb:start & yarn watch & ```...