feat: filter flows by appKey in app flows
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const GET_FLOWS = gql`
|
||||
query GetFlows {
|
||||
getFlows {
|
||||
query GetFlows($appKey: String) {
|
||||
getFlows(appKey: $appKey) {
|
||||
id
|
||||
name
|
||||
}
|
||||
|
Reference in New Issue
Block a user