@shopify/admin-graphql-api-utilities
Advanced tools
Comparing version 0.2.4 to 0.2.6
@@ -13,5 +13,5 @@ interface ParsedGid { | ||
} | ||
export declare function nodesFromEdges<T>(edges: Edge<T>[]): T[]; | ||
export declare function keyFromEdges<T, K extends keyof T>(edges: Edge<T>[], key: K): T[K][]; | ||
export declare function nodesFromEdges<T>(edges: Array<Edge<T>>): T[]; | ||
export declare function keyFromEdges<T, K extends keyof T>(edges: Array<Edge<T>>, key: K): Array<T[K]>; | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@shopify/admin-graphql-api-utilities", | ||
"version": "0.2.4", | ||
"version": "0.2.6", | ||
"license": "MIT", | ||
@@ -40,3 +40,4 @@ "description": "A set of utilities to use when consuming Shopify’s admin GraphQL API", | ||
} | ||
} | ||
}, | ||
"gitHead": "4324f27f72ae7b1800ec6bde9087af4ed89b3833" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24579
15