Skip to content

Commit

Permalink
Schema refresh 2
Browse files Browse the repository at this point in the history
adds parent id for infrastructure stacks
  • Loading branch information
michaeljguarino committed Jul 18, 2024
1 parent 3dab860 commit f660dee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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 schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,9 @@ input StackAttributes {
"the project id this stack will belong to"
projectId: ID

"the parent service this stack was created w\/in"
parentId: ID

"id of an scm connection to use for pr callbacks"
connectionId: ID

Expand Down Expand Up @@ -1359,6 +1362,9 @@ type InfrastructureStack {
"a cron to spawn runs for this stack"
cron: StackCron

"the service this stack was created w\/in"
parent: ServiceDeployment

"the actor of this stack (defaults to root console user)"
actor: User

Expand Down

0 comments on commit f660dee

Please sign in to comment.