Angular graphql与Apollo
创始人
2024-10-19 03:31:59
0

要给出“Angular GraphQL与Apollo”包含代码示例的解决方法,我们可以按照以下步骤操作:

  1. 安装所需的依赖项:

    npm install apollo-angular apollo-angular-link-http apollo-client graphql
    
  2. 在Angular应用程序的根模块(通常是app.module.ts)中导入所需的模块:

    import { HttpClientModule } from '@angular/common/http';
    import { ApolloModule, Apollo } from 'apollo-angular';
    import { HttpLinkModule, HttpLink } from 'apollo-angular-link-http';
    import { InMemoryCache } from 'apollo-cache-inmemory';
    
    @NgModule({
      imports: [
        HttpClientModule,
        ApolloModule,
        HttpLinkModule
      ],
      // ...
    })
    export class AppModule {
      constructor(
        apollo: Apollo,
        httpLink: HttpLink
      ) {
        const http = httpLink.create({ uri: 'http://localhost:3000/graphql' });
        apollo.create({
          link: http,
          cache: new InMemoryCache()
        });
      }
    }
    
  3. 在组件中使用Apollo进行GraphQL查询:

    import { Component } from '@angular/core';
    import { Apollo } from 'apollo-angular';
    import gql from 'graphql-tag';
    
    @Component({
      selector: 'app-my-component',
      template: `
        
    Loading...
    Error: {{error.message}}

    {{user.name}}

    {{user.email}}

    `, }) export class MyComponent { loading = true; user: any; error: any; constructor(private apollo: Apollo) {} ngOnInit() { this.apollo .watchQuery({ query: gql` query GetUser($id: ID!) { user(id: $id) { name email } } `, variables: { id: '1' } }) .valueChanges.subscribe(result => { this.loading = result.loading; this.user = result.data && result.data.user; this.error = result.error; }); } }

这是一个基本的示例,演示了如何在Angular中使用Apollo进行GraphQL查询。你需要根据自己的API端点和查询需求进行相应的更改。同时,还可以使用apollo-angularapollo-angular-link-http提供的其他功能,如分页、订阅等。

相关内容

热门资讯

透视烘培!aa poker辅助... 透视烘培!aa poker辅助,AApoker透视软件总是有工具,八分钟教程(有挂存在)aa pok...
透视总结!wpk辅助哪里买,w... 透视总结!wpk辅助哪里买,wpk控制牌是真的吗(透视)果然有技巧(哔哩哔哩)1、下载好透视辅助下载...
透视策略!德普之星辅助软件,德... 透视策略!德普之星辅助软件,德普之星工具切实存在有插件,第2分钟教程(有挂教学)德普之星辅助软件能透...
一直以来!aapoker透视插... 一直以来!aapoker透视插件,微信小程序微乐破解器2024,揭幕透视(新版有挂)-哔哩哔哩1、首...
透视好友!pokemmo手机脚... 透视好友!pokemmo手机脚本辅助器,微乐贵阳足鸡麻将开挂,科普透视(今日头条)-哔哩哔哩poke...
透视积累!德普之星透视辅助软件... 透视积累!德普之星透视辅助软件下载,德普之星私人局总是是有透视,第3分钟教程(确实有挂)1、玩家可以...
透视手段!wpk辅助哪里买,W... 透视手段!wpk辅助哪里买,WPK有透视一直真的是有工具,7分钟教程(有挂透视)1、玩家可以在wpk...
这一现象值得深思!xpoker... 这一现象值得深思!xpoker辅助器,微乐自建房辅助软件功能,总结脚本(有挂解惑)-哔哩哔哩xpok...
透视绝活!wepoker软件辅... 透视绝活!wepoker软件辅助程序,WePoKer透视果然真的是有工具,8分钟教程(有挂秘诀)1、...
今日!wepoker好友房开挂... 今日!wepoker好友房开挂,微乐春天扑克开挂辅助插件,开挂脚本(有挂存在)-哔哩哔哩1、上手简单...