Skip to content

Commit

Permalink
Add Secrets resolver for Env GraphQL type
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Krampl <[email protected]>
  • Loading branch information
frodesundby and thokra-nav committed Mar 21, 2024
1 parent 8a3a62d commit 2158e19
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 0 deletions.
11 changes: 11 additions & 0 deletions internal/graph/env.resolvers.go

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

138 changes: 138 additions & 0 deletions internal/graph/gengql/generated.go

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

1 change: 1 addition & 0 deletions internal/graph/graphqls/env.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ type Env {
name: String!
gcpProjectID: String
slackAlertsChannel: String!
secrets: [Secret!]! @auth
}

0 comments on commit 2158e19

Please sign in to comment.