Skip to content

Commit

Permalink
Fix type String to Cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
mirohudec committed Mar 14, 2024
1 parent b9c43b9 commit 166a0fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 166a0fc

Please sign in to comment.