Skip to content

Commit c024cd5

Browse files
authored
version is now 4.3.2-SNAPSHOT (#6572)
1 parent f3c9d1c commit c024cd5

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Publishing defaults, could ultimately be moved to build scripts
22
GROUP=com.apollographql.apollo
3-
VERSION_NAME=4.3.1
3+
VERSION_NAME=4.3.2-SNAPSHOT
44

55
POM_URL=https://github.com/apollographql/apollo-kotlin/
66
POM_SCM_URL=https://github.com/apollographql/apollo-kotlin/

gradle/libraries.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android-sdkversion-benchmark-min = "24"
1515
android-sdkversion-target = "30"
1616
androidx-sqlite = "2.3.1"
1717
# This is used by the gradle integration tests to get the artifacts locally
18-
apollo = "4.3.1"
18+
apollo = "4.3.2-SNAPSHOT"
1919
apollo-execution = "0.1.0"
2020
apollo-normalizedcache-incubating = "0.0.8"
2121
# Used by the apollo-tooling project which uses a published version of Apollo
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"operationName":"AllPlanets","variables":{},"query":"query AllPlanets { allPlanets(first: 300) { planets { __typename ...PlanetFragment filmConnection { totalCount films { __typename title ...FilmFragment } } } } } fragment PlanetFragment on Planet { name climates surfaceWater } fragment FilmFragment on Film { title producers }","extensions":{"clientLibrary":{"name":"apollo-kotlin","version":"4.3.1-SNAPSHOT"}}}
1+
{"operationName":"AllPlanets","variables":{},"query":"query AllPlanets { allPlanets(first: 300) { planets { __typename ...PlanetFragment filmConnection { totalCount films { __typename title ...FilmFragment } } } } } fragment PlanetFragment on Planet { name climates surfaceWater } fragment FilmFragment on Film { title producers }","extensions":{"clientLibrary":{"name":"apollo-kotlin","version":"4.3.2-SNAPSHOT"}}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"operationName":"MultipleUpload","variables":{"files":[null,null]},"query":"mutation MultipleUpload($files: [Upload!]!) { multipleUpload(files: $files) { id path filename mimetype } }","extensions":{"clientLibrary":{"name":"apollo-kotlin","version":"4.3.1-SNAPSHOT"}}}
1+
{"operationName":"MultipleUpload","variables":{"files":[null,null]},"query":"mutation MultipleUpload($files: [Upload!]!) { multipleUpload(files: $files) { id path filename mimetype } }","extensions":{"clientLibrary":{"name":"apollo-kotlin","version":"4.3.2-SNAPSHOT"}}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"operationName":"NestedUpload","variables":{"topFile":null,"topFileList":[null,null],"nested":{"recursiveNested":[{"file":null,"fileList":[null,null]},{"file":null,"fileList":[null,null]}],"file":null,"fileList":[null,null]}},"query":"mutation NestedUpload($topFile: Upload, $topFileList: [Upload], $nested: NestedObject) { nestedUpload(topFile: $topFile, topFileList: $topFileList, nested: $nested) }","extensions":{"clientLibrary":{"name":"apollo-kotlin","version":"4.3.1-SNAPSHOT"}}}
1+
{"operationName":"NestedUpload","variables":{"topFile":null,"topFileList":[null,null],"nested":{"recursiveNested":[{"file":null,"fileList":[null,null]},{"file":null,"fileList":[null,null]}],"file":null,"fileList":[null,null]}},"query":"mutation NestedUpload($topFile: Upload, $topFileList: [Upload], $nested: NestedObject) { nestedUpload(topFile: $topFile, topFileList: $topFileList, nested: $nested) }","extensions":{"clientLibrary":{"name":"apollo-kotlin","version":"4.3.2-SNAPSHOT"}}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"operationName":"SingleUpload","variables":{"file":null},"query":"mutation SingleUpload($file: Upload!) { singleUpload(file: $file) { id path filename mimetype } }","extensions":{"clientLibrary":{"name":"apollo-kotlin","version":"4.3.1-SNAPSHOT"}}}
1+
{"operationName":"SingleUpload","variables":{"file":null},"query":"mutation SingleUpload($file: Upload!) { singleUpload(file: $file) { id path filename mimetype } }","extensions":{"clientLibrary":{"name":"apollo-kotlin","version":"4.3.2-SNAPSHOT"}}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"operationName":"SingleUploadTwice","variables":{"file1":null,"file2":null},"query":"mutation SingleUploadTwice($file1: Upload!, $file2: Upload!) { file1: singleUpload(file: $file1) { id path filename mimetype } file2: singleUpload(file: $file2) { id path filename mimetype } }","extensions":{"clientLibrary":{"name":"apollo-kotlin","version":"4.3.1-SNAPSHOT"}}}
1+
{"operationName":"SingleUploadTwice","variables":{"file1":null,"file2":null},"query":"mutation SingleUploadTwice($file1: Upload!, $file2: Upload!) { file1: singleUpload(file: $file1) { id path filename mimetype } file2: singleUpload(file: $file2) { id path filename mimetype } }","extensions":{"clientLibrary":{"name":"apollo-kotlin","version":"4.3.2-SNAPSHOT"}}}

0 commit comments

Comments
 (0)