const httpLink = new HttpLink({ uri: “https://localhost:4000/graphql”, }); const wsLink = new GraphQLWsLink( createClient({ url: “ws://localhost:4000/ …
const httpLink = new HttpLink({ uri: “https://localhost:4000/graphql”, }); const wsLink = new GraphQLWsLink( createClient({ url: “ws://localhost:4000/ …