-
Notifications
You must be signed in to change notification settings - Fork 10.3k
chore(docs): Example @link
directive with array (by elemMatch)
#36632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ormer-react-docgen (gatsbyjs#36277) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, thanks for the PR! But I think @cpboyd had another document in mind, this here: https://www.gatsbyjs.com/docs/reference/graphql-data-layer/schema-customization/#foreign-key-fields
Please change https://github.com/gatsbyjs/gatsby/blob/master/docs/docs/reference/graphql-data-layer/schema-customization.md and not the tutorial
Changes Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I added the note to the correct place in the doc. We had a note about this (that it doesn't work) so we needed to make an adjustment there
@link
directive with array (by elemMatch)
Description
Updated docs and added
elemMatch
working in thecreateFieldExtension
Documentation
Prev
Now
Fixes #36330