debian-mirror-gitlab/doc/development/graphql_guide/index.md

24 lines
1.1 KiB
Markdown
Raw Normal View History

2021-01-29 00:20:46 +05:30
---
2021-03-11 19:13:27 +05:30
stage: Plan
group: Project Management
2021-02-22 17:27:13 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2021-01-29 00:20:46 +05:30
---
2020-10-24 23:57:45 +05:30
# GraphQL development guidelines
2021-02-22 17:27:13 +05:30
This guide contains all the information to successfully contribute to the GitLab
2020-10-24 23:57:45 +05:30
GraphQL API. This is a living document, and we welcome contributions,
feedback, and suggestions.
## Resources
- [GraphQL API development style guide](../api_graphql_styleguide.md): development style guide for
GraphQL.
2021-01-03 14:25:43 +05:30
- [GraphQL API documentation style guide](../documentation/graphql_styleguide.md): documentation
2020-10-24 23:57:45 +05:30
style guide for GraphQL.
- [GraphQL API](../../api/graphql/index.md): user documentation for the GitLab GraphQL API.
2021-04-29 21:17:54 +05:30
- [GraphQL authorization](authorization.md): guide to using authorization in GraphQL.
2021-04-17 20:07:23 +05:30
- [GraphQL BatchLoader](batchloader.md): development documentation on the BatchLoader.
2021-03-11 19:13:27 +05:30
- [GraphQL pagination](pagination.md): development documentation on pagination.
- [GraphQL Pro](graphql_pro.md): information on our GraphQL Pro subscription.