From 166a0fc95565eded47b0e916740c24b9ab52b60e Mon Sep 17 00:00:00 2001 From: Miroslav Hudec Date: Wed, 13 Mar 2024 14:45:43 +0100 Subject: [PATCH] Fix type String to Cursor --- .../frinx_conductor_workers/resource_manager_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frinx_conductor_workers/frinx_conductor_workers/resource_manager_worker.py b/frinx_conductor_workers/frinx_conductor_workers/resource_manager_worker.py index 59c7a50..eb45ae5 100644 --- a/frinx_conductor_workers/frinx_conductor_workers/resource_manager_worker.py +++ b/frinx_conductor_workers/frinx_conductor_workers/resource_manager_worker.py @@ -168,7 +168,7 @@ query_resource_by_alt_id_template = Template( """ - query QueryResourcesByAltId($poolId: ID, $input: Map!, $first: Int, $last: Int, $after: String, $before: String) { + query QueryResourcesByAltId($poolId: ID, $input: Map!, $first: Int, $last: Int, $after: Cursor, $before: Cursor) { QueryResourcesByAltId(input: $input, poolId: $poolId, first: $first, last: $last, after: $after, before: $before) { edges { cursor