import { ApolloSandbox } from '@apollo/sandbox'; ... new ApolloSandbox({ target: '#embedded-sandbox', initialEndpoint: 'httpS://localhost:4000', includeCookies: false, }); ...