gatsby
gatsby copied to clipboard
fix(gatsby-source-wordpress): only diff wpgraphql schema if the user opts in
Schema diffing was added by default to help catch issues with how the local WP schema is generated. In 99% of cases this is not helpful, so it was a mistake to make this the default behaviour. This is only useful as a diagnostic tool when investigating a bug