Apollo 客户端从响应对象中剥离了额外的结果。
创始人
2024-09-09 04:30:36
0

在 Apollo 客户端中,可以通过使用@connection指令来剥离响应对象中的额外结果。

以下是一个示例,演示了如何在 Apollo 客户端中使用@connection指令:

query GetPosts {
  posts {
    edges {
      node {
        id
        title
      }
    }
  }
}

使用@connection指令可以将这个查询的结果分为两个部分:edgespageInfo

query GetPosts {
  posts {
    edges {
      node {
        id
        title
      }
    }
    pageInfo {
      hasNextPage
      endCursor
    }
  }
}

然后,在 Apollo 客户端的代码中,可以通过使用fetchMore方法来获取额外的结果。

import { useQuery } from '@apollo/client';
import { gql } from 'apollo-boost';

const GET_POSTS = gql`
  query GetPosts($after: String) {
    posts(first: 10, after: $after) {
      edges {
        node {
          id
          title
        }
      }
      pageInfo {
        hasNextPage
        endCursor
      }
    }
  }
`;

const Posts = () => {
  const { loading, error, data, fetchMore } = useQuery(GET_POSTS);

  if (loading) return 

Loading...

; if (error) return

Error :(

; const { edges, pageInfo } = data.posts; const loadMore = () => { fetchMore({ variables: { after: pageInfo.endCursor }, updateQuery: (prevResult, { fetchMoreResult }) => { const newEdges = fetchMoreResult.posts.edges; const newPageInfo = fetchMoreResult.posts.pageInfo; return newEdges.length ? { posts: { __typename: prevResult.posts.__typename, edges: [...prevResult.posts.edges, ...newEdges], pageInfo: newPageInfo } } : prevResult; } }); }; return (
{edges.map((edge) => (

{edge.node.title}

))} {pageInfo.hasNextPage && ( )}
); }; export default Posts;

在上述代码中,fetchMore方法会发送一个新的请求,获取额外的结果。updateQuery函数会将新的结果合并到原始结果中,并返回合并后的结果。

通过这种方式,Apollo 客户端可以剥离响应对象中的额外结果,并通过fetchMore方法获取它们。

相关内容

热门资讯

线上(wepoke真的)原来是... 线上(wepoke真的)原来是真的有挂!其实真的有挂(2022已更新)(哔哩哔哩);亲,其实确实真的...
两教程(Wepoke程序)软件... 两教程(Wepoke程序)软件透明挂辅助工具(软件透明挂)透视辅助(2024已更新)(哔哩哔哩);致...
软件(wepoke透明)原来是... 软件(wepoke透明)原来是真的有挂!其实真的有挂(2020已更新)(哔哩哔哩)是一款可以让一直输...
一模拟器(德扑工具)外挂辅助工... 一模拟器(德扑工具)外挂辅助工具(透视)透视辅助(2025已更新)(哔哩哔哩);亲真的是有正版授权,...
系统(aapoker讲解)竟然... 系统(aapoker讲解)竟然真的有挂!其实真的有挂(2021已更新)(哔哩哔哩);aapoker讲...
6系统(aapoker下载)外... 6系统(aapoker下载)外挂辅助工具(辅助挂)透视辅助(2023已更新)(哔哩哔哩)aapoke...
智能(德扑之星刷数据)果真真的... 智能(德扑之星刷数据)果真真的有挂!原来真的有挂(2025已更新)(哔哩哔哩);《WPK辅助透视》‌...
1机器人(德州nzt软件)软件... 1机器人(德州nzt软件)软件透明挂辅助软件(透视)透视辅助(2022已更新)(哔哩哔哩);人气非常...
ai代打(德扑之星决策)确实是... ai代打(德扑之星决策)确实是真的有挂!原来真的有挂(2020已更新)(哔哩哔哩);科技详细教程小薇...
第8透明(wepoke数据)外... 第8透明(wepoke数据)外挂透明挂辅助神器(辅助挂)透视辅助(2023已更新)(哔哩哔哩);原来...