We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d70f1a commit c884b0dCopy full SHA for c884b0d
packages/gatsby/src/redux/actions/public.js
@@ -888,7 +888,7 @@ type CreateNodeInput = {
888
* @param {string} $0.fieldName [deprecated] the name for the field
889
* @param {string} $0.fieldValue [deprecated] the value for the field
890
* @param {string} $0.name the name for the field
891
- * @param {string} $0.value the value for the field
+ * @param {any} $0.value the value for the field
892
* @example
893
* createNodeField({
894
* node,
0 commit comments