feat: show only triggerable apps in trigger steps

This commit is contained in:
Ali BARIN
2022-02-01 10:09:50 +03:00
committed by Ömer Faruk Aydın
parent 89fbfd9dfc
commit 8364695f8a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import { gql } from '@apollo/client';
export const GET_APPS = gql`
query GetApps($name: String) {
getApps(name: $name) {
query GetApps($name: String, $onlyWithTriggers: Boolean) {
getApps(name: $name, onlyWithTriggers: $onlyWithTriggers) {
name
key
iconUrl