diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-11-16 00:11:15 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-11-16 00:11:15 +0000 |
commit | d089b5729e472d68256aa39fade51e7ed99f042b (patch) | |
tree | d668fe62261e53daa2b2c1a4b4b9019eaadecf06 /config/apollo.config.js | |
parent | c568cb4dbc0421212a28f3cd5b77223aad8888ba (diff) | |
download | gitlab-ce-d089b5729e472d68256aa39fade51e7ed99f042b.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/apollo.config.js')
-rw-r--r-- | config/apollo.config.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config/apollo.config.js b/config/apollo.config.js deleted file mode 100644 index cc847f43286..00000000000 --- a/config/apollo.config.js +++ /dev/null @@ -1,10 +0,0 @@ -module.exports = { - client: { - service: { - name: 'gitlab', - localSchemaFile: './tmp/tests/graphql/gitlab_schema.graphql', - }, - includes: ['../{ee/,jh/,}app/assets/javascripts/**/*.{js,graphql}'], - excludes: ['../{ee/,jh/,}spec/{frontend,frontend_integration}/**/*'], - }, -}; |