In our studio we design high quality polygonal 3d models for CNC machines or 3d printers according to your preferences.
Vendor: 3d-279019
Category: lecterns
Reminder!
Order delivery time is 5-7 working days after payment
The link is sent to your email or messenger
0026 import { ApolloClient, InMemoryCache, ApolloLink, HttpLink, } from "@apollo/client"; const httpLink = new HttpLink({ uri: "http://localhost:4000/graphql", }); const authLink = new ApolloLink((operation, forward) => { const token = localStorage.getItem("token"); operation.setContext({ headers: { authorization: token ? `Bearer ${token}` : "", }, }); return forward(operation); }); const client = new ApolloClient({ link: authLink.concat(httpLink), cache: new InMemoryCache(), }); export default client;
for CNC and 3D printers.