-
Shopify店面API的类型定义:shopify-storefront-api-typings
资源介绍
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