File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "b16ca03b8ec79df78b00abe3deb7f10948ab7195933127afefd6a94bc516e36b" : true ,
3
+ "b39052b09ee4b3f28ec0461d66b0b8b2f439d3f49112234912ac9d18ae9e0647" : true ,
4
+ "7b1e2274ea18550cf3628c4b375960e859206bce3f70ca15c368638c3d4982c0" : true
5
+ }
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ const cache = new InMemoryCache()
18
18
const client = new ApolloClient ( {
19
19
uri : 'https://api.graphql.guide/graphql' ,
20
20
cache,
21
+ defaultOptions : { watchQuery : { fetchPolicy : 'cache-and-network' } } ,
21
22
} )
22
23
23
24
export default function App ( ) {
Original file line number Diff line number Diff line change 5
5
"version" : " 1.0.0" ,
6
6
"orientation" : " portrait" ,
7
7
"icon" : " ./assets/icon.png" ,
8
+ "primaryColor" : " #ff5dc8" ,
8
9
"splash" : {
9
10
"image" : " ./assets/splash.png" ,
10
11
"resizeMode" : " cover" ,
15
16
},
16
17
"assetBundlePatterns" : [" **/*" ],
17
18
"ios" : {
18
- "supportsTablet" : true
19
+ "bundleIdentifier" : " guide.graphql.guide" ,
20
+ "buildNumber" : " 1.0.0" ,
21
+ "supportsTablet" : true ,
22
+ "icon" : " ./assets/icon-ios.png"
23
+ },
24
+ "android" : {
25
+ "package" : " guide.graphql.guide" ,
26
+ "versionCode" : 1 ,
27
+ "permissions" : []
19
28
},
20
29
"web" : {
21
30
"favicon" : " ./assets/favicon.png"
You can’t perform that action at this time.
0 commit comments