const httpLink = new HttpLink({ uri: "http://<your-app>/v1/graphql", // use https for secure endpoint }); // Create a WebSocket link: const wsLink = new ...
確定! 回上一頁