Skip to content
代码片段 群组 项目
未验证 提交 696e95a5 编辑于 作者: Peter Leitzen's avatar Peter Leitzen 提交者: GitLab
浏览文件

Merge branch 'cguitarte-master-patch-8215' into 'master'

Explain generate GraphQL schema and how to edit

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/149461



Merged-by: default avatarPeter Leitzen <pleitzen@gitlab.com>
Approved-by: default avatarAmy Qualls <aqualls@gitlab.com>
Approved-by: default avatarKati Paizee <kpaizee@gitlab.com>
Approved-by: default avatarPeter Leitzen <pleitzen@gitlab.com>
Reviewed-by: default avatarKati Paizee <kpaizee@gitlab.com>
Co-authored-by: default avatarKati Paizee <kpaizee@gitlab.com>
Co-authored-by: default avatarAmy Qualls <aqualls@gitlab.com>
Co-authored-by: default avatarChristopher Guitarte <cguitarte@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -8,6 +8,8 @@ info: To determine the technical writer assigned to the Stage/Group associated w
This documentation is auto generated by a script.
Please do not edit this file directly.
 
To edit the introductory text, modify `tooling/graphql/docs/templates/default.md.haml`.
Run `bundle exec rake gitlab:graphql:compile_docs`
or check the `compile_docs` task in `lib/tasks/gitlab/graphql.rake`.
-->
......@@ -16,7 +18,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
 
This documentation is self-generated based on GitLab current GraphQL schema.
 
The API can be explored using the [interactive GraphQL explorer](../index.md#interactive-graphql-explorer).
The API can be explored using the [interactive GraphQL explorer](../index.md#interactive-graphql-explorer). Developers can also [generate a machine-readable GraphQL schema in IDL and JSON formats](../../../development/rake_tasks.md#update-machine-readable-schema-files).
 
Each table below documents a GraphQL type. Types match loosely to models, but not all
fields and methods on a model are available via GraphQL.
......@@ -64,6 +64,8 @@ def auto_generated_comment
This documentation is auto generated by a script.
Please do not edit this file directly.
To edit the introductory text, modify `tooling/graphql/docs/templates/default.md.haml`.
Run `bundle exec rake gitlab:graphql:compile_docs`
or check the `compile_docs` task in `lib/tasks/gitlab/graphql.rake`.
-->
......
......@@ -7,7 +7,7 @@
This documentation is self-generated based on GitLab current GraphQL schema.
The API can be explored using the [interactive GraphQL explorer](../index.md#interactive-graphql-explorer).
The API can be explored using the [interactive GraphQL explorer](../index.md#interactive-graphql-explorer). Developers can also [generate a machine-readable GraphQL schema in IDL and JSON formats](../../../development/rake_tasks.md#update-machine-readable-schema-files).
Each table below documents a GraphQL type. Types match loosely to models, but not all
fields and methods on a model are available via GraphQL.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册