Apollo Client(Angular)中的两个端点
创始人
2024-09-09 02:00:29
0

在Apollo Client(Angular)中,可以使用createHttpLink方法创建两个端点。

以下是一个示例,其中包含代码示例:

  1. 创建一个连接到GraphQL API的端点:
import { HttpClientModule } from '@angular/common/http';
import { ApolloModule, Apollo } from 'apollo-angular';
import { HttpLinkModule, HttpLink } from 'apollo-angular-link-http';

@NgModule({
  imports: [
    HttpClientModule,
    ApolloModule,
    HttpLinkModule
  ]
})
export class AppModule {
  constructor(
    apollo: Apollo,
    httpLink: HttpLink
  ) {
    const uri = 'https://api.example.com/graphql'; // GraphQL API的URL

    const httpLinkHandler = httpLink.create({ uri });

    const link = httpLinkHandler;

    apollo.create({ link });
  }
}

在这个示例中,我们使用HttpLinkapollo-angular-link-http创建了一个连接到GraphQL API的端点。在创建连接时,我们需要指定GraphQL API的URL。

  1. 创建一个连接到WebSocket的端点:
import { HttpClientModule } from '@angular/common/http';
import { ApolloModule, Apollo } from 'apollo-angular';
import { HttpLinkModule, HttpLink } from 'apollo-angular-link-http';
import { WebSocketLink } from 'apollo-link-ws';
import { split } from 'apollo-link';
import { getMainDefinition } from 'apollo-utilities';

@NgModule({
  imports: [
    HttpClientModule,
    ApolloModule,
    HttpLinkModule
  ]
})
export class AppModule {
  constructor(
    apollo: Apollo,
    httpLink: HttpLink
  ) {
    const httpUri = 'https://api.example.com/graphql'; // HTTP端点的URL
    const wsUri = 'wss://api.example.com/graphql'; // WebSocket端点的URL

    const httpLinkHandler = httpLink.create({ uri: httpUri });
    const wsLink = new WebSocketLink({ uri: wsUri });

    const link = split(
      ({ query }) => {
        const { kind, operation } = getMainDefinition(query);
        return kind === 'OperationDefinition' && operation === 'subscription';
      },
      wsLink,
      httpLinkHandler
    );

    apollo.create({ link });
  }
}

在这个示例中,我们使用HttpLinkapollo-angular-link-http创建了一个连接到HTTP端点的链接,并使用WebSocketLinkapollo-link-ws创建了一个连接到WebSocket端点的链接。然后,我们使用split方法将请求分割成两个链接,一个用于订阅操作(使用WebSocket链接),另一个用于查询和变更操作(使用HTTP链接)。

以上是在Apollo Client(Angular)中创建两个端点的解决方法,并包含了相应的代码示例。请根据你的具体需求和环境进行修改和调整。

相关内容

热门资讯

玩家交流((wepower德州... 玩家交流((wepower德州))外挂透明挂辅助工具(脚本辅助挂)一直真的有挂(可靠技巧)-知乎1、...
科技通报((aapOKER))... 科技通报((aapOKER))外挂透明挂辅助插件(脚本辅助挂)原来真的有挂(解密教程)-头条;1、系...
带你了解((wPk))外挂透明... 带你了解((wPk))外挂透明挂辅助黑科技(智能ai代打)本来真的有挂(细节方法)-今日头条1、操作...
分享一款((约局互娱))外挂透... 分享一款((约局互娱))外挂透明挂辅助挂(wpk辅助)一般真的有挂(2025新版教程)-头条;1、下...
揭秘攻略((AAPOKER))... 揭秘攻略((AAPOKER))外挂透明挂辅助器(黑科技辅助)原来真的有挂(科技教程)-今日头条;该软...
一分钟了解((wePOke))... 一分钟了解((wePOke))外挂透明挂辅助工具(透视辅助挂)就是真的有挂(详细教程)-头条1)辅助...
科普((聚星扑克))外挂透明挂... 科普((聚星扑克))外挂透明挂辅助工具(透视辅助挂)一般真的有挂(普及教程)-头条1、完成透视辅助安...
玩家必看攻略((WEPOke)... 玩家必看攻略((WEPOke))外挂透明挂辅助神器(德州辅助)的确是有挂的(解密教程)-小红书;1)...
今日公布((菠萝德州app))... 今日公布((菠萝德州app))外挂透明挂辅助APP(德州辅助)好像真的有挂(揭秘教程)-抖音1、全新...
玩家必备科普((aapOker... 玩家必备科普((aapOker))外挂透明挂辅助器(智能ai代打)一贯真的有挂(存在挂教程)-微博热...