Angular订阅来自Appsync客户端的GraphQL变更
创始人
2024-10-24 12:33:42
0

要订阅来自AppSync客户端的GraphQL变更,可以使用AWS Amplify提供的Angular库。下面是一个包含代码示例的解决方法:

  1. 安装AWS Amplify和相关依赖:
npm install aws-amplify aws-amplify-angular graphql @aws-amplify/pubsub rxjs
  1. 配置AWS Amplify:

在项目的根目录中创建一个名为aws-exports.js的文件,并添加以下内容(根据你的AppSync环境进行相应的替换):

const awsmobile = {
  "aws_project_region": "YOUR_AWS_PROJECT_REGION",
  "aws_appsync_graphqlEndpoint": "YOUR_APPSYNC_GRAPHQL_ENDPOINT",
  "aws_appsync_region": "YOUR_APPSYNC_REGION",
  "aws_appsync_authenticationType": "API_KEY",
  "aws_appsync_apiKey": "YOUR_APPSYNC_API_KEY"
};

export default awsmobile;
  1. app.module.ts中配置AWS Amplify:
import Amplify from 'aws-amplify';
import awsconfig from '../aws-exports';

Amplify.configure(awsconfig);
  1. 创建一个服务来订阅GraphQL变更:

在项目中创建一个名为graphql.service.ts的文件,并添加以下内容:

import { Injectable } from '@angular/core';
import { AmplifyService } from 'aws-amplify-angular';
import { Observable } from 'rxjs';

@Injectable({
  providedIn: 'root'
})
export class GraphqlService {
  constructor(private amplifyService: AmplifyService) {}

  subscribeToGraphQLChanges(query: any, variables: any): Observable {
    const observable = this.amplifyService.api().graphql(
      {
        query: query,
        variables: variables
      },
      null,
      null,
      null
    );

    return new Observable(observer => {
      observable.subscribe({
        next: data => {
          observer.next(data);
        },
        error: error => {
          observer.error(error);
        }
      });
    });
  }
}
  1. 在组件中使用GraphQL订阅:

在你想要订阅GraphQL变更的组件中,导入GraphqlService并使用它来订阅GraphQL变更。以下是一个示例:

import { Component, OnInit } from '@angular/core';
import { GraphqlService } from './graphql.service';

@Component({
  selector: 'app-root',
  template: `
    

{{ data }}

` }) export class AppComponent implements OnInit { data$: Observable; constructor(private graphqlService: GraphqlService) {} ngOnInit() { const query = ` subscription MySubscription { // 这里写你的GraphQL订阅查询 } `; const variables = { // 这里写你的GraphQL订阅变量 }; this.data$ = this.graphqlService.subscribeToGraphQLChanges(query, variables); } }

在上面的示例中,AppComponent订阅了一个GraphQL变更,并将返回的数据绑定到模板中。

这样,你就可以在Angular项目中订阅来自AppSync客户端的GraphQL变更了。记得替换aws-exports.js中的配置为你自己的AppSync环境。

相关内容

热门资讯

透视方案!aa poker透视... 透视方案!aa poker透视软件,aapoker透视方法(透视)一贯是有透视神器(哔哩哔哩)1、首...
透视课程!德州透视竞技联盟,w... 透视课程!德州透视竞技联盟,wepoker有辅助功能吗(透视)都是是真的挂(哔哩哔哩)1、很好的工具...
透视大纲!aapoker脚本怎... 透视大纲!aapoker脚本怎么用,aapoker如何设置胜率(透视)本来是有脚本app(哔哩哔哩)...
透视教程书!wepoker私人... 透视教程书!wepoker私人局辅助挂,菠萝德普辅助器免费版在哪里(透视)其实是有挂(哔哩哔哩)所有...
透视课程!aapoker辅助插... 透视课程!aapoker辅助插件工具,aapoker辅助插件工具(透视)切实有脚本脚本(哔哩哔哩)1...
透视妙招!德州局透视脚本免费版... 透视妙招!德州局透视脚本免费版下载手机版,aapoker真的假的(透视)本来有挂(哔哩哔哩)1、下载...
透视方式!德州透视竞技联盟,约... 透视方式!德州透视竞技联盟,约局吧德州真的存在透视吗(透视)一贯有脚本方法(哔哩哔哩)一、约局吧德州...
透视阶段!aa poker透视... 透视阶段!aa poker透视软件,aapoker透视插件(透视)好像真的是有脚本挂(哔哩哔哩)1、...
透视步骤!wpk俱乐部怎么作必... 透视步骤!wpk俱乐部怎么作必弊,wpk辅助是什么(透视)确实真的是有透视软件(哔哩哔哩)1)wpk...
透视诀窍!大菠萝辅助器,哈糖大... 透视诀窍!大菠萝辅助器,哈糖大菠萝挂(透视)确实真的是有脚本方法(哔哩哔哩)在进入大菠萝辅助器软件靠...