From 67447fb5bee3033b58e51a92fbb0429da034d3db Mon Sep 17 00:00:00 2001 From: Mikhail Novikov Date: Wed, 3 Jun 2020 11:47:43 +0300 Subject: [PATCH] Update documentation for createNodeField --- packages/gatsby/src/redux/actions/public.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/src/redux/actions/public.js b/packages/gatsby/src/redux/actions/public.js index 5accdb9e50e30..1b7a35c1b7d40 100644 --- a/packages/gatsby/src/redux/actions/public.js +++ b/packages/gatsby/src/redux/actions/public.js @@ -963,7 +963,7 @@ type CreateNodeInput = { * @param {string} $0.fieldName [deprecated] the name for the field * @param {string} $0.fieldValue [deprecated] the value for the field * @param {string} $0.name the name for the field - * @param {string} $0.value the value for the field + * @param {any} $0.value the value for the field * @example * createNodeField({ * node,