Skip to content

Commit c884b0d

Browse files
authored
chore(docs): Update documentation for createNodeField (#24740)
1 parent 4d70f1a commit c884b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/src/redux/actions/public.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ type CreateNodeInput = {
888888
* @param {string} $0.fieldName [deprecated] the name for the field
889889
* @param {string} $0.fieldValue [deprecated] the value for the field
890890
* @param {string} $0.name the name for the field
891-
* @param {string} $0.value the value for the field
891+
* @param {any} $0.value the value for the field
892892
* @example
893893
* createNodeField({
894894
* node,

0 commit comments

Comments
 (0)