fix: apollo link arguments order

This commit is contained in:
José Oliveira 2021-11-18 16:25:59 +00:00
parent e3b13a228b
commit d6ce5370fd

View file

@ -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(),