refactor: rewrite useDynamicData with RQ
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const GET_DYNAMIC_DATA = gql`
|
||||
query GetDynamicData(
|
||||
$stepId: String!
|
||||
$key: String!
|
||||
$parameters: JSONObject
|
||||
) {
|
||||
getDynamicData(stepId: $stepId, key: $key, parameters: $parameters)
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user