Skip to content

Commit

Permalink
Merge pull request #37 from pluralsh/schema-refresh-jul18-2
Browse files Browse the repository at this point in the history
Schema refresh 2
  • Loading branch information
michaeljguarino authored Jul 18, 2024
2 parents 3dab860 + f660dee commit bcca46a
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 bcca46a

Please sign in to comment.