remove deprecated canonizeResults
This commit is contained in:
parent
ebe513b5ca
commit
651053fd71
|
@ -40,13 +40,11 @@ export default async function getSSRApolloClient ({ req, res, me = null }) {
|
|||
watchQuery: {
|
||||
fetchPolicy: 'no-cache',
|
||||
nextFetchPolicy: 'no-cache',
|
||||
canonizeResults: true,
|
||||
ssr: true
|
||||
},
|
||||
query: {
|
||||
fetchPolicy: 'no-cache',
|
||||
nextFetchPolicy: 'no-cache',
|
||||
canonizeResults: true,
|
||||
ssr: true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -300,14 +300,12 @@ function getClient (uri) {
|
|||
initialFetchPolicy: defaultFetchPolicy,
|
||||
fetchPolicy: defaultFetchPolicy,
|
||||
nextFetchPolicy: defaultNextFetchPolicy,
|
||||
canonizeResults: true,
|
||||
ssr: SSR
|
||||
},
|
||||
query: {
|
||||
initialFetchPolicy: defaultFetchPolicy,
|
||||
fetchPolicy: defaultFetchPolicy,
|
||||
nextFetchPolicy: defaultNextFetchPolicy,
|
||||
canonizeResults: true,
|
||||
ssr: SSR
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue