t_wの輪郭

import awsExports from './aws-exports';
const graphql_result = await API.graphql({
  query: listPostByUpdatedAtWhereStatus,
  variables: {
    status: Post_Status.LIVE,
    sortDirection: ModelSortDirection.DESC,
    limit: 20
  },
  authMode: "API_KEY",
  authToken: awsExports.aws_appsync_apiKey
}) as GraphQLResult<ListPostByUpdatedAtWhereStatusQuery>

listPostByUpdatedAtWhereStatusListPostByUpdatedAtWhereStatusQueryは良きように変える。

あれ

2023/9/30 14:10:00

AmplifyのGraphQL APIで"ベクトル"を含む文字が検索できないっぽい

ちがうな、コレはデータかインデックスが壊れてるっぽいな