refactor: Use getDynamicData instead of getData

This commit is contained in:
Faruk AYDIN
2022-11-10 19:46:04 +01:00
parent a415c7ef4e
commit d2b8d2beff
33 changed files with 57 additions and 42 deletions

View File

@@ -23,7 +23,11 @@ type Query {
limit: Int!
offset: Int!
): ExecutionStepConnection
getData(stepId: String!, key: String!, parameters: JSONObject): JSONObject
getDynamicData(
stepId: String!
key: String!
parameters: JSONObject
): JSONObject
getCurrentUser: User
healthcheck: AppHealth
}