feat: introduce dynamic flow data
This commit is contained in:
10
packages/web/src/graphql/queries/get-flows.ts
Normal file
10
packages/web/src/graphql/queries/get-flows.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const GET_FLOWS = gql`
|
||||
query GetFlows {
|
||||
getFlows {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user