-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Capitalize all integration schema types (#1445)
This converts all schemas in the integrations folder to follow GQL best practices' where the type name is capitalized and the fields are lowercase. The *only* things that should be changed throughout the PR is: A) Capitalization of schema types, and lowercase of fields (this is also represented through queries, mutations, etc) B) CIDs - as the schemas are involved in generated the CIDs since the `schemaVersionID` is embedded in the commits. C) DocKeys - Same reason as above D) Reordering of *some* request results as the implicit order (dockeys) of various results have changed because of (C). --------- Co-authored-by: Orpheus Lummis <[email protected]>
- Loading branch information
1 parent
1f1d5ce
commit 574a247
Showing
271 changed files
with
2,840 additions
and
2,826 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Integration Test Schema Changes | ||
|
||
All the schema types in the integration test framework were changed to reflect GQL community best practises. | ||
|
||
As schemas are embedded in blocks, they affect CIDs, Dockeys, etc. Therefore this is a change-detector breaking change. |
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
Oops, something went wrong.