* Update schema-customization.md
Adds paragraph at the end of section **Foreign-key fields** explaining that the `by` argument doesn't work with arrays.
Closes#25089
* Update docs/docs/schema-customization.md
Co-authored-by: Aisha Blake <aisha.g.blake@gmail.com>
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
* add annie pic via upload.
profile pic for annie taylor chen.
* update creator.yml by adding annie.
Information about annie taylor chen.
* update sites.yml - add two projects by me
Add two projects:
- Petite & Minimal - eco-friendly lifestyle website
- Petite & Minimal Concept Store DEMO for JAMstack e-commerce solution
* fix lint issue
* try to fix lint issues
* reformat
* update
* update sites.
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
* Add typings for action arrays and thunks
* Switch back to non-null assertion
* Add comment
* Refactor bootstrap into services
* Use separate gql runner for bootstrap
* Import reporter typings
* Switch to new bootstrap
* Fix imports
* Add create pages
* Add extract queries
* Fix typings
* Rebuild schema with sitepage
* Rename context vars
* Fix types
* Update packages/gatsby/src/services/source-nodes.ts
More descriptive name
Co-authored-by: Ward Peeters <ward@coding-tech.com>
* Changes from review
* Bikeshed the function name
* Better unhandled rejection handling
* Update packages/gatsby/src/services/initialize.ts
Co-authored-by: Peter van der Zee <209817+pvdz@users.noreply.github.com>
* Changes from review
* Format
Co-authored-by: Ward Peeters <ward@coding-tech.com>
Co-authored-by: Peter van der Zee <209817+pvdz@users.noreply.github.com>
* fix(gatsby): allow amending autoprefixer options
- Changed types for PostCSS plugins from webpack `Plugin` type to PostCSS
`Plugin<T>` type.
- Added a check of each plugin's `postcssPlugin` property; a plugin
with a `postcssPlugin` property equal to `autoprefixer` will have its
options assigned to the default.
* fix(webpack): allow amending autoprefixer options
- Amended the change to use object spread instead of `Object.assign()`.
- Added a test to check that the default options are applied when called
with no options.
- Added a test to check that when called with options, these will be
applied to the defaults and override where applicable.
* fix(webpack): allow amending autoprefixer options
- Remove unnecessary `expect` clauses.
Co-authored-by: Luke Xavier Symington <lxsymington@gmail.com>
* Add typings for action arrays and thunks
* Switch back to non-null assertion
* Add comment
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
* Added Blog Post: 'Presenting without sharing my slides' by Sam Larsen-Disney
* Edit excerpt in frontmatter, fix spelling typo
Co-authored-by: Michelle Gienow <michellegienow@gmail.com>
* Add blog post about commitment to equity and how we are going to do it at Gatsby
* Update Bianca name/title with quotes
* Update author.yaml
* Re-re-re adjust frontmatter
* remove dashes in excerpt text
* delete and re-enter frontmatter
* chore: format
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>