hasura/graphql-engine

Event triggers Advanced settings - Unselect all columns or start with no selected columns

Open

#4972 opened on Jun 3, 2020

View on GitHub
 (7 comments) (1 reaction) (0 assignees)TypeScript (31,371 stars) (2,787 forks)batch import
a/eventing/data-triggersc/consolegood first issue

Description

When creating Event Triggers in Hasura, in the Advanced Settings you can select which columns the trigger should be run on. The UI starts with all columns selected but it should be possible to unselect all columns if you have many columns and only want to select a few.

Solution: 1: Create "Unselect All"-button for the section 2: Start with no columns selected and provide "Select all"-button

Contributor guide