Subscription

Like queries, subscriptions enable you to fetch data. Unlike queries, subscriptions are long-lasting operations that can change their result over time. They can maintain an active connection to your GraphQL server (most commonly via WebSocket), enabling the server to push updates to the subscription's result. Subscriptions are useful for notifying your client in real time about changes to back-end data, such as the creation of a new object or updates to an important field.
fetch data from the table: "fliz.video"
fetch data from the table: "fliz.video" using primary key columns
fetch data from the table: "fliz.video_image"
fetch data from the table: "fliz.video_image" using primary key columns
fetch data from the table in a streaming manner: "fliz.video_image"
fetch data from the table: "fliz.video_script"
fetch data from the table: "fliz.video_script" using primary key columns
fetch data from the table in a streaming manner: "fliz.video_script"
fetch data from the table in a streaming manner: "fliz.video"
fetch data from the table: "fliz.video_webhook"
fetch data from the table: "fliz.video_webhook" using primary key columns
fetch data from the table in a streaming manner: "fliz.video_webhook"