Skip to content

Commit

Permalink
Merge pull request #61 from JupiterOne/remove-all-pages-flag
Browse files Browse the repository at this point in the history
remove allPages flag
  • Loading branch information
zemberdotnet authored Nov 6, 2023
2 parents ca82cda + 4cc0541 commit 3043e6e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ linters:
enable:
- asciicheck
- bodyclose
- depguard
- dogsled
- dupl
- errcheck
Expand Down
4 changes: 0 additions & 4 deletions jupiterone/graphql/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion jupiterone/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -3700,7 +3700,6 @@ enum QueryResultsAre {
}

input QueryV1Flags {
allPages: Boolean
computedProperties: Boolean
rowMetadata: Boolean
variableResultSize: Boolean
Expand Down
1 change: 0 additions & 1 deletion jupiterone/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func (q *QueryService) Query(qi QueryInput) (interface{}, error) {

if qi.Flags == nil {
qi.Flags = &graphql.QueryV1Flags{
AllPages: true,
ComputedProperties: false,
RowMetadata: false,
VariableResultSize: false,
Expand Down

0 comments on commit 3043e6e

Please sign in to comment.