summaryrefslogtreecommitdiff
path: root/config/apollo.config.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-16 00:11:15 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-16 00:11:15 +0000
commitd089b5729e472d68256aa39fade51e7ed99f042b (patch)
treed668fe62261e53daa2b2c1a4b4b9019eaadecf06 /config/apollo.config.js
parentc568cb4dbc0421212a28f3cd5b77223aad8888ba (diff)
downloadgitlab-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.js10
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}/**/*'],
- },
-};