refactor: rewrite useDynamicFields with RQ

This commit is contained in:
Rıdvan Akca
2024-03-25 17:34:48 +03:00
parent fc4eeed764
commit 1b5d3beeca
5 changed files with 44 additions and 75 deletions

View File

@@ -11,11 +11,6 @@ type Query {
key: String!
parameters: JSONObject
): JSONObject
getDynamicFields(
stepId: String!
key: String!
parameters: JSONObject
): [SubstepArgument]
getBillingAndUsage: GetBillingAndUsage
}