Welcome to mirror list, hosted at ThFree Co, Russian Federation.

apollo.config.js « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc847f4328636bd33eb7678735050e445f0ac5a4 (plain)
1
2
3
4
5
6
7
8
9
10
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}/**/*'],
  },
};