Apollo的useQuery一直处于加载中状态,且在网络选项卡中没有呼叫出现。
创始人
2024-09-09 09:00:24
0

可能的原因是在 Apollo useQuery 中存在一些问题,可能是缺少设置或解析响应数据时出现问题。以下是可能的解决方案:

  • 确认 Query 是否正确定义并正常运作。确保在查询中指定了必需的参数,并在组件中正确使用了 useQuery hook。
import { useQuery, gql } from '@apollo/client';

const GET_USERS = gql`
  query ($id: ID!) {
    user(id: $id) {
      name
      email
    }
  }
`;

function UserComponent(props) {
  const { id } = props;
  const { loading, error, data } = useQuery(GET_USERS, { variables: { id } });

  if (loading) return 'Loading...';
  if (error) return `Error! ${error.message}`;

  return (
    

{data.user.name}

{data.user.email}

); }
  • 检查是否正确配置了 ApolloProvider 组件,并将应用程序与服务器连接。确保在应用程序的最顶级中包含 ApolloProvider,并在设置中定义 URI、headers 等选项。
import { ApolloClient, InMemoryCache, ApolloProvider } from '@apollo/client';

const client = new ApolloClient({
  uri: 'https://graphql.example.com',
  headers: {
    Authorization: `Bearer ${token}`,
  },
  cache: new InMemoryCache(),
});

ReactDOM.render(
  
    
  ,
  document.getElementById('root')
);
  • 检查 ApolloClient 的 cache 配置选项,确保查询结果被正确标识和归档。缓存通常是响应空的原因之一。
import { ApolloClient, InMemoryCache } from '@apollo/client';

const client = new ApolloClient({
  uri: 'https://graphql.example.com',
  cache: new InMemoryCache({
    typePolicies: {
      Query: {
        fields: {
          users: {
            keyArgs: ['id'], // customize keyArgs as needed
            merge(existing, incoming) {
              // customize merge logic as needed
            },
          },
        },
      },
    },
  }),
});
  • 检查网络选项卡,以查看是否存在其他网络问题或错误,例如 DNS 解析、连接超时、证书验证等。

通过对应用程序和 Apollo useQuery

相关内容

热门资讯

重大消息((poker wor... 重大消息((poker world))外挂透明挂辅助神器(透视辅助)好像真的有挂(力荐教程)-百度贴...
重大通报((wepOkE))外... 重大通报((wepOkE))外挂透明挂辅助APP(透视辅助)原来真的有挂(黑科技教程)-头条暗藏猫腻...
新手必备((wepower))... 新手必备((wepower))外挂透明挂辅助安装(智能辅助)都是真的有挂(2025新版技巧)-小红书...
玩家必看科普((德扑之星))外... 玩家必看科普((德扑之星))外挂透明挂辅助神器(wepoke辅助)果真真的有挂(微扑克教程)-知乎;...
重大科普((wepOKE))外... 重大科普((wepOKE))外挂透明挂辅助app(脚本辅助挂)果真真的有挂(揭秘教程)-小红书;暗藏...
实测教程((WPK))外挂透明... 实测教程((WPK))外挂透明挂辅助软件(黑科技辅助挂)一直真的有挂(技巧教程)-今日头条1、玩家可...
带你了解((德州app))外挂... 带你了解((德州app))外挂透明挂辅助安装(脚本辅助挂)就是真的有挂(AA德州教程)-小红书1)辅...
重大通报((impoker德州... 重大通报((impoker德州))外挂透明挂辅助插件(黑科技辅助)其实真的有挂(wpk教程)-微博热...
实操分享((pokerrrr2... 实操分享((pokerrrr2))外挂透明挂辅助工具(德州辅助)果然真的有挂(必备教程)-知乎1、任...
最新通报((智星德州))外挂透... 最新通报((智星德州))外挂透明挂辅助黑科技(黑科技辅助挂)就是真的有挂(透牌教程)-微博热搜1、操...