Skip to content

Commit 0926c2b

Browse files
gregrickabyLekoArts
authored andcommitted
chore(docs): Add link to graphql reference on conceptual guide (#13890)
* Add a few more date/time examples. Add some relevant examples and add a link to the Gatsby `date.js` source code so users can see all query formatting options. * Use suggestions from LekoArts * add link to more docs * chore: format
1 parent ed3541e commit 0926c2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/querying-with-graphql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ People often store dates like "2018-01-05" but want to display the date in some
155155
}
156156
```
157157
158+
See the full list of formatting options by viewing our [GraphQL Reference page](/docs/graphql-reference/#dates).
159+
158160
### Markdown
159161
160162
Gatsby has _transformer_ plugins which can transform data from one form to another. A common example is markdown. If you install [`gatsby-transformer-remark`](/packages/gatsby-transformer-remark/), then in your queries, you can specify you want the transformed HTML version instead of markdown:

0 commit comments

Comments
 (0)