forked from apollographql/apollo-kotlin
-
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.
[gradle-plugin] sort input files (apollographql#5919)
* sort input files * update test fixtures * add Gradle issue
- Loading branch information
1 parent
a351432
commit f98f931
Showing
2 changed files
with
10 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"format":"apollo-persisted-query-manifest","version":1,"operations":[{"id":"debf75d1c1580dc06d3deb37daaa1439cbc0aeef776e2cb836d2720ca9b2761e","body":"mutation NestedUpload($topFile: Upload, $topFileList: [Upload], $nested: NestedObject) { nestedUpload(topFile: $topFile, topFileList: $topFileList, nested: $nested) }","name":"NestedUpload","type":"mutation"},{"id":"bd822d287b6428f2d9135349edbd3a2997ca9ec8ed433c1b9a078d3cf2f70eae","body":"mutation SingleUploadTwice($file1: Upload!, $file2: Upload!) { file1: singleUpload(file: $file1) { id path filename mimetype } file2: singleUpload(file: $file2) { id path filename mimetype } }","name":"SingleUploadTwice","type":"mutation"},{"id":"7b597dfc22b044880da8ddea282fd3cdc414972fecc42673e01870f2c2a83873","body":"mutation MultipleUpload($files: [Upload!]!) { multipleUpload(files: $files) { id path filename mimetype } }","name":"MultipleUpload","type":"mutation"},{"id":"99c2bd8836d69bb361489392d1bcf2897780c9d5f653b7ab87d6a5c88a3b14fc","body":"mutation SingleUpload($file: Upload!) { singleUpload(file: $file) { id path filename mimetype } }","name":"SingleUpload","type":"mutation"}]} | ||
{"format":"apollo-persisted-query-manifest","version":1,"operations":[{"id":"7b597dfc22b044880da8ddea282fd3cdc414972fecc42673e01870f2c2a83873","body":"mutation MultipleUpload($files: [Upload!]!) { multipleUpload(files: $files) { id path filename mimetype } }","name":"MultipleUpload","type":"mutation"},{"id":"debf75d1c1580dc06d3deb37daaa1439cbc0aeef776e2cb836d2720ca9b2761e","body":"mutation NestedUpload($topFile: Upload, $topFileList: [Upload], $nested: NestedObject) { nestedUpload(topFile: $topFile, topFileList: $topFileList, nested: $nested) }","name":"NestedUpload","type":"mutation"},{"id":"99c2bd8836d69bb361489392d1bcf2897780c9d5f653b7ab87d6a5c88a3b14fc","body":"mutation SingleUpload($file: Upload!) { singleUpload(file: $file) { id path filename mimetype } }","name":"SingleUpload","type":"mutation"},{"id":"bd822d287b6428f2d9135349edbd3a2997ca9ec8ed433c1b9a078d3cf2f70eae","body":"mutation SingleUploadTwice($file1: Upload!, $file2: Upload!) { file1: singleUpload(file: $file1) { id path filename mimetype } file2: singleUpload(file: $file2) { id path filename mimetype } }","name":"SingleUploadTwice","type":"mutation"}]} |