const client = new ApolloClient({ link: ApolloLink.from([restLink, httpLink]), cache: new InMemoryCache(), });