-
- Downloads
Do not commit the generated schema
We do not use it, it can be replaced by introspection queries, and it complicates development. The `gitlab:graphql:schema:dump` rake task now generates the file in the `./tmp` directory. The documentation is updated to mention the impact on front-end development.
Showing
- .gitlab/ci/frontend.gitlab-ci.yml 19 additions, 1 deletion.gitlab/ci/frontend.gitlab-ci.yml
- .gitlab/ci/graphql.gitlab-ci.yml 0 additions, 1 deletion.gitlab/ci/graphql.gitlab-ci.yml
- .prettierignore 0 additions, 1 deletion.prettierignore
- doc/api/graphql/index.md 0 additions, 5 deletionsdoc/api/graphql/index.md
- doc/api/graphql/reference/gitlab_schema.graphql 0 additions, 29723 deletionsdoc/api/graphql/reference/gitlab_schema.graphql
- doc/api/graphql/reference/gitlab_schema.json 0 additions, 86327 deletionsdoc/api/graphql/reference/gitlab_schema.json
- doc/development/fe_guide/graphql.md 12 additions, 1 deletiondoc/development/fe_guide/graphql.md
- lib/tasks/gitlab/graphql.rake 2 additions, 14 deletionslib/tasks/gitlab/graphql.rake
- spec/frontend/design_management/components/list/item_spec.js 1 addition, 1 deletionspec/frontend/design_management/components/list/item_spec.js
- spec/frontend_integration/test_helpers/mock_server/graphql.js 7 additions, 1 deletion.../frontend_integration/test_helpers/mock_server/graphql.js
- spec/tooling/danger/helper_spec.rb 0 additions, 2 deletionsspec/tooling/danger/helper_spec.rb
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment