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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-11 06:09:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-11 06:09:06 +0300
commit17e74fcd4654243a4e4f2c1cfbb0d00508a0050e (patch)
tree8cca162268ff4f36384b128d1a0ae4b72dd9c752 /doc/architecture
parentced6c9ae9a9a80c884cafbea9c717b578dfac326 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/architecture')
-rw-r--r--doc/architecture/blueprints/graphql_api/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/architecture/blueprints/graphql_api/index.md b/doc/architecture/blueprints/graphql_api/index.md
index 7798d9da587..40d02168b3b 100644
--- a/doc/architecture/blueprints/graphql_api/index.md
+++ b/doc/architecture/blueprints/graphql_api/index.md
@@ -113,7 +113,7 @@ this knowledge onto GraphQL and make it performant and secure by default.
- Design direct uploads for GraphQL
- Build GraphQL query depth and complexity histograms
- Visualize the amount of GraphQL queries reaching limits
-- Add support for GraphQL etags for existing features
+- Add support for GraphQL ETags for existing features
### Design GraphQL interoperability with REST API
@@ -138,7 +138,7 @@ state synchronization mechanisms and hooking into existing ones.
- Design a scalable state synchronization mechanism
- Evaluate state synchronization through pub/sub and websockets
-- Build a generic support for GraphQL feature correlation and feature etags
+- Build a generic support for GraphQL feature correlation and feature ETags
- Redesign frontend code responsible for managing shared global state
## Iterations