Skip to content

Commit

Permalink
Update Wiz GraphQL schema (#71)
Browse files Browse the repository at this point in the history
* update wiz graphql schema

* added comment on wiz graphql schema deviations
  • Loading branch information
gramsa49 authored Mar 6, 2023
1 parent 5af8396 commit dd933b7
Show file tree
Hide file tree
Showing 4 changed files with 255,503 additions and 238,017 deletions.
1 change: 1 addition & 0 deletions internal/vendor/wiz.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
- bool elements must be bool* if omitempty is specified. see https://stackoverflow.com/questions/37756236/json-golang-boolean-omitempty
- GraphQL union types require that the schema be extended so the type is known
- GraphQL enums are represented by slices; validation is performed by the resource
- Sometimes deviations are required from the Wiz schema definition; please note the deviation in the struct comments
*/

// PageInfo struct
Expand Down
Binary file added schema/.wiz.graphql.swp
Binary file not shown.
Loading

0 comments on commit dd933b7

Please sign in to comment.