AWS Amplify API: GraphQL subscription
Usage in React
In order for the display to be updated immediately after a gameday or game has been created, a GraphQL subscription must be set up.
For this we need an import.
import { onCreateGameday, onCreateGame } from "./../../graphql/subscriptio...
johanneskonings.hashnode.dev1 min read