fix: only show apps with actions in action step

This commit is contained in:
Ali BARIN
2022-10-15 13:35:14 +02:00
parent b5e5ae7321
commit c0dfc101b2
6 changed files with 14 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
import { gql } from '@apollo/client';
export const GET_APPS = gql`
query GetApps($name: String, $onlyWithTriggers: Boolean) {
getApps(name: $name, onlyWithTriggers: $onlyWithTriggers) {
query GetApps($name: String, $onlyWithTriggers: Boolean, $onlyWithActions: Boolean) {
getApps(name: $name, onlyWithTriggers: $onlyWithTriggers, onlyWithActions: $onlyWithActions) {
name
key
iconUrl