Skip to content

Commit

Permalink
Bump schema again
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jun 15, 2024
1 parent a30dcfe commit d7a339b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions models_gen.go

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

6 changes: 3 additions & 3 deletions schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -3977,6 +3977,9 @@ input GitAttributes {
"similar to https_path, a manually supplied url format for custom git. Should be something like {url}\/tree\/{ref}\/{folder}"
urlFormat: String

"id of a scm connection to use for authentication"
connectionId: ID

"whether to run plural crypto on this repo"
decrypt: Boolean
}
Expand All @@ -3998,9 +4001,6 @@ input ScmConnectionAttributes {

apiUrl: String

"id of a scm connection to use for authentication"
connectionId: ID

github: GithubAppAttributes

"a ssh private key to be used for commit signing"
Expand Down

0 comments on commit d7a339b

Please sign in to comment.