登录 注册
当前位置:主页 > 资源下载 > 34 > Shopify店面API的类型定义:shopify-storefront-api-typings

Shopify店面API的类型定义:shopify-storefront-api-typings

  • 更新:2024-11-08 15:17:02
  • 大小:44KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Shopify店面API类型 概述 Shopify Storefront API的自动生成的Typescript类型定义。 当前版本包括版本的所有类型: 2020-04 。 如果您正在寻找Shopify Admin API的类型,请签出软件包。 如何使用 安装软件包: npm i -S shopify-storefront-api-typings 在您的代码中导入类型。 (vscode应该会为您找到键入内容并自动导入)。 import { Checkout } from "shopify-storefront-api-typings" ; 这是如何使用apollo获取强类型查询的方法: export const QUERY_CHECKOUT = gql ` query($id: ID!) { checkout: node(id: $id) { ... on