feat: add new commit trigger in GitHub
This commit is contained in:
@@ -63,6 +63,7 @@ export const GET_APPS = gql`
|
||||
required
|
||||
description
|
||||
variables
|
||||
dependsOn
|
||||
source {
|
||||
type
|
||||
name
|
||||
@@ -88,6 +89,7 @@ export const GET_APPS = gql`
|
||||
required
|
||||
description
|
||||
variables
|
||||
dependsOn
|
||||
source {
|
||||
type
|
||||
name
|
||||
|
@@ -1,7 +1,7 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const GET_DATA = gql`
|
||||
query GetData($stepId: String!, $key: String!) {
|
||||
getData(stepId: $stepId, key: $key)
|
||||
query GetData($stepId: String!, $key: String!, $parameters: JSONObject) {
|
||||
getData(stepId: $stepId, key: $key, parameters: $parameters)
|
||||
}
|
||||
`;
|
||||
|
Reference in New Issue
Block a user