Skip to content

Commit

Permalink
Merge pull request #744 from tenable/ot-exports-fix
Browse files Browse the repository at this point in the history
Fix Plugin Query for pagination
  • Loading branch information
aseemsavio authored Dec 8, 2023
2 parents fb33505 + 081bf67 commit 1ff6b1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tenable/ot/exports/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@


PLUGINS = '''
query getAssets(
query getAssets(
$filter: PluginExpressionsParams
$search: String
$limit: Int
Expand All @@ -72,6 +72,9 @@
first: $limit
after: $startAt
) {
pageInfo {
endCursor
}
nodes {
id
name
Expand Down

0 comments on commit 1ff6b1a

Please sign in to comment.