@vendure/common
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -44,3 +44,4 @@ /** | ||
* @description | ||
* Returns the input field name of a relation custom field. | ||
* Returns the input field name of a custom field, taking into account that "relation" type custom | ||
* field inputs are suffixed with "Id" or "Ids". | ||
*/ | ||
@@ -47,0 +48,0 @@ export declare function getGraphQlInputName(config: { |
@@ -73,3 +73,4 @@ "use strict"; | ||
* @description | ||
* Returns the input field name of a relation custom field. | ||
* Returns the input field name of a custom field, taking into account that "relation" type custom | ||
* field inputs are suffixed with "Id" or "Ids". | ||
*/ | ||
@@ -76,0 +77,0 @@ function getGraphQlInputName(config) { |
{ | ||
"name": "@vendure/common", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"main": "index.js", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "355488079e08c0dd119431f252f2b4135e390937" | ||
"gitHead": "d97b49846449d0b594b265c4117ac454407b057d" | ||
} |
Sorry, the diff of this file is not supported yet
365211
9572