Skip to content

Commit f660dee

Browse files
Schema refresh 2
adds parent id for infrastructure stacks
1 parent 3dab860 commit f660dee

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

models_gen.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schema/schema.graphql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,9 @@ input StackAttributes {
11181118
"the project id this stack will belong to"
11191119
projectId: ID
11201120

1121+
"the parent service this stack was created w\/in"
1122+
parentId: ID
1123+
11211124
"id of an scm connection to use for pr callbacks"
11221125
connectionId: ID
11231126

@@ -1359,6 +1362,9 @@ type InfrastructureStack {
13591362
"a cron to spawn runs for this stack"
13601363
cron: StackCron
13611364

1365+
"the service this stack was created w\/in"
1366+
parent: ServiceDeployment
1367+
13621368
"the actor of this stack (defaults to root console user)"
13631369
actor: User
13641370

0 commit comments

Comments
 (0)