-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* schema added for aug * required files created * func added to transition into new jira schema * jira translation done * policy updated * not needed file removed * schema version * schema corrected * review comments and policy update
- Loading branch information
1 parent
2c41406
commit 6bf8a52
Showing
16 changed files
with
20,532 additions
and
8,544 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
schema: schema.graphql | ||
operations: | ||
- queries.graphql | ||
generated: schema-generated.go | ||
package: august2024 | ||
use_struct_references: true | ||
bindings: | ||
Boolean: | ||
type: "*bool" | ||
DateTime: | ||
type: "*time.Time" | ||
Int64: | ||
type: int64 | ||
Int: | ||
type: "*int" | ||
ID: | ||
type: "*string" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
mutation AttachJiraToRunHistory($jira: [AddJiraInput!]!) { | ||
addJira(input: $jira) { | ||
numUids | ||
} | ||
} |
1,564 changes: 1,564 additions & 0 deletions
1,564
july2024august2024/august2024/schema-generated.go
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.