feat: show only triggerable apps in trigger steps
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
89fbfd9dfc
commit
8364695f8a
@@ -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
|
||||
|
Reference in New Issue
Block a user