Skip to content

Commit

Permalink
Unbreak benchmarks (#6379)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin authored Feb 7, 2025
1 parent bd61282 commit 6757547
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion benchmark/microbenchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ configure<com.apollographql.apollo.gradle.api.ApolloExtension> {
srcDir("src/main/graphql/conferences")
packageName.set("com.apollographql.apollo.conferences")
@OptIn(ApolloExperimental::class)
plugin("com.apollographql.cache:normalized-cache-apollo-compiler-plugin:0.0.5-SNAPSHOT") {
plugin("com.apollographql.cache:normalized-cache-apollo-compiler-plugin:0.0.5") {
argument("packageName", packageName.get())
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ extend schema
import: ["@cacheControl", "@cacheControlField"]
)

# Workaround for /~https://github.com/apollographql/apollo-kotlin/pull/6284
# Remove when the fix is released
directive @link(
url: String!,
as: String,
import: [Import],
for: Purpose)
repeatable on SCHEMA

extend type Session @typePolicy(keyFields: "id")
extend type Bookmarks @typePolicy(keyFields: "id")
extend type Speaker @typePolicy(keyFields: "id")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libraries.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ androidx-sqlite = "2.3.1"
apollo = "4.1.2-SNAPSHOT"
apollo-execution = "0.1.0"
apollo-normalizedcache-incubating = "0.0.3"
apollo-normalizedcache-incubating-snapshot = "0.0.5-SNAPSHOT"
apollo-normalizedcache-incubating-snapshot = "0.0.5"
# Used by the apollo-tooling project which uses a published version of Apollo
apollo-published = "4.0.1"
atomicfu = "0.26.0"
Expand Down

0 comments on commit 6757547

Please sign in to comment.