File tree 3 files changed +2
-11
lines changed
src/main/graphql/conferences
3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ configure<com.apollographql.apollo.gradle.api.ApolloExtension> {
70
70
srcDir(" src/main/graphql/conferences" )
71
71
packageName.set(" com.apollographql.apollo.conferences" )
72
72
@OptIn(ApolloExperimental ::class )
73
- plugin(" com.apollographql.cache:normalized-cache-apollo-compiler-plugin:0.0.5-SNAPSHOT " ) {
73
+ plugin(" com.apollographql.cache:normalized-cache-apollo-compiler-plugin:0.0.5" ) {
74
74
argument(" packageName" , packageName.get())
75
75
}
76
76
}
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ extend schema
9
9
import : ["@cacheControl" , " @cacheControlField" ]
10
10
)
11
11
12
- # Workaround for https://github.com/apollographql/apollo-kotlin/pull/6284
13
- # Remove when the fix is released
14
- directive @link (
15
- url : String !,
16
- as : String ,
17
- import : [Import ],
18
- for : Purpose )
19
- repeatable on SCHEMA
20
-
21
12
extend type Session @typePolicy (keyFields : " id" )
22
13
extend type Bookmarks @typePolicy (keyFields : " id" )
23
14
extend type Speaker @typePolicy (keyFields : " id" )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ androidx-sqlite = "2.3.1"
18
18
apollo = " 4.1.2-SNAPSHOT"
19
19
apollo-execution = " 0.1.0"
20
20
apollo-normalizedcache-incubating = " 0.0.3"
21
- apollo-normalizedcache-incubating-snapshot = " 0.0.5-SNAPSHOT "
21
+ apollo-normalizedcache-incubating-snapshot = " 0.0.5"
22
22
# Used by the apollo-tooling project which uses a published version of Apollo
23
23
apollo-published = " 4.0.1"
24
24
atomicfu = " 0.26.0"
You can’t perform that action at this time.
0 commit comments