shopify-storefront-api-typings:Shopify店面API的键入

时间:2024-06-02 08:19:56
【文件属性】:

文件名称:shopify-storefront-api-typings:Shopify店面API的键入

文件大小:44KB

文件格式:ZIP

更新时间:2024-06-02 08:19:56

JavaScript

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


【文件预览】:
shopify-storefront-api-typings-master
----.gitignore(35B)
----.env.example(104B)
----package.json(1KB)
----index.js(8B)
----LICENCE(1KB)
----README.md(2KB)
----renovate.json(41B)
----generateSchema.js(774B)
----index.d.ts(354KB)

网友评论