fix: apollo link arguments order
This commit is contained in:
parent
e3b13a228b
commit
d6ce5370fd
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ const getClient = (history, location, getUserData, setUserData, setRole) =>
|
||||||
}),
|
}),
|
||||||
ApolloLink.split(
|
ApolloLink.split(
|
||||||
operation => operation.getContext().clientName === 'pazuz',
|
operation => operation.getContext().clientName === 'pazuz',
|
||||||
uploadLink,
|
uploadLinkALT,
|
||||||
uploadLinkALT
|
uploadLink
|
||||||
)
|
)
|
||||||
]),
|
]),
|
||||||
cache: new InMemoryCache(),
|
cache: new InMemoryCache(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue