Skip to content

Commit c62e9fd

Browse files
ajaynsKyleAMathews
authored andcommitted
Update createRemoteFileNode documentation (#5171)
* Update createRemoteFileNode documentation * Update README.md
1 parent bfc91cd commit c62e9fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/gatsby-source-filesystem/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,5 @@ exports.downloadMediaFiles = ({ nodes, store, cache, createNode, _auth }) => {
175175
});
176176
};
177177
```
178+
179+
The file node can then be queried using GraphQL. See an example of this in the [gatsby-source-wordpress README](/packages/gatsby-source-wordpress/#image-processing) where downloaded images are queried using [gatsby-transformer-sharp](/packages/gatsby-transformer-sharp/) to use in the component [gatsby-image](/packages/gatsby-image/).

0 commit comments

Comments
 (0)