Merge pull request #310 from creative-commoners/pulls/master/graphql-optional

ENH Add graphql as an optional module
This commit is contained in:
Guy Sartorelli 2024-09-11 08:56:55 +12:00 committed by GitHub
commit 5079a202e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,15 @@ module.exports = [
patterns: 'docs/en/!(userguide)/**'
}
},
{
resolve: `gatsby-source-git`,
options: {
name: `docs--6--optional_features/graphql`,
remote: `https://github.com/silverstripe/silverstripe-graphql.git`,
branch: `6`,
patterns: 'docs/en/!(userguide)/**'
}
},
{
resolve: 'gatsby-source-git',
options: {