aws-samples / aws-samples/appsync-with-postgraphile-rds
Subscription does not update into AppSync
Open
- Dominant language
- PLpgSQL
- Stars
- 49
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I followed the `provider.ts` file to update my subscription on mutation to the AppSync.
The provider works okay, the subscription string that it generated are looking good too.
However, even though the `startSchemaCreation` process is success and other schema has been updated (eg: new mutation or query), but the Subscription was nowhere to be found in AppSync Schema.
Am I missing something or the old way doesn't work anymore?
This is how it looks like for generated subscription:
`type Subscription {
onCreateEvent(filter: String): Event @aws_subscribe(mutations: ["createEvent"])}`
Contributor guide
Assessment
This issue has not been assessed yet.