Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gatsby@2.24.31
Choose a base ref
...
head repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gatsby@2.24.32
Choose a head ref
  • 3 commits
  • 13 files changed
  • 6 contributors

Commits on Aug 6, 2020

  1. Add NPMPackageJson Docs (#26258)

    * Add NPMPackageJson Docs
    
    these were missing from the Recipes README
    
    * fix linting
    
    Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
    graysonhicks and KyleAMathews authored Aug 6, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    01ebbf0 View commit details
  2. feat(gatsby-source-graphql): Add transformSchema option (#25048)

    * [gatsby-source-graphql] add transfomSchema option
    
    Should resolve #23552. Adds an optional custom transfomSchema option to gatsby-source-graphql that passes the default transforms, schema and link. I has many potential usages, but the consumer should be able to use the same default transforms or tweak or replace them completely. The original use case is to add an argument to the generated "fieldName" field that can then be read by a custom apollo-link to customize the underlying http call with a particular header. Tagging @vladar. This is a proposed implementation that should be safe when not used. I'm not sure if other parameters might be passed along the transformSchema arguments, maybe plugin options?
    
    * Fix implementation, renamed option
    
    * Added options parameter and readme example
    
    * Removed example + default implementation + references
    
    * Renamed transformSchema in customWrapSchemaFn
    
    * Renamed back option into "transformSchema"
    
    Co-authored-by: Stefano De Pace <depace@ARIADNEAD.DOM>
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    3 people authored Aug 6, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b61e484 View commit details
  3. chore(release): Publish

     - gatsby-admin@0.1.121
     - gatsby-cli@2.12.77
     - gatsby-recipes@0.2.7
     - gatsby-source-graphql@2.7.0
     - gatsby@2.24.32
    vladar committed Aug 6, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e942339 View commit details
Loading