Skip to content

Commit

Permalink
graphqpis bugs resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
vijeyash1 committed Mar 1, 2024
1 parent 67c38e0 commit a9b5ad0
Show file tree
Hide file tree
Showing 4 changed files with 320 additions and 8 deletions.
277 changes: 277 additions & 0 deletions graphqlserver/graph/generated.go

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

5 changes: 5 additions & 0 deletions graphqlserver/graph/model/models_gen.go

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

6 changes: 6 additions & 0 deletions graphqlserver/graph/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ type Query {
trivyMisconfigCount(clusterName: String!, namespace: String!): ClusterNamespaceMisconfigCount!
deletedAPICount(clusterName: String!): ClusterDeletedAPICount!
trivyImageCount(clusterName: String!): TrivyImageCount!
deprecatedAPICount(clusterName: String!): ClusterDeprecatedAPICount!
}

type ClusterDeprecatedAPICount {
clusterName: String!
deprecatedAPICount: Int!
}

type TrivyImageCount {
Expand Down
Loading

0 comments on commit a9b5ad0

Please sign in to comment.