refactor: rewrite useDynamicData with RQ

This commit is contained in:
Rıdvan Akca
2024-04-10 17:17:38 +02:00
parent 85134722a5
commit ea1a63f7dd
5 changed files with 30 additions and 93 deletions

View File

@@ -1,11 +1,6 @@
type Query {
getAppAuthClient(id: String!): AppAuthClient
getConnectedApps(name: String): [App]
getDynamicData(
stepId: String!
key: String!
parameters: JSONObject
): JSONObject
}
type Mutation {