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:
Diffstat (limited to 'doc/api/graphql/reference/gitlab_schema.graphql')
-rw-r--r--doc/api/graphql/reference/gitlab_schema.graphql12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/graphql/reference/gitlab_schema.graphql b/doc/api/graphql/reference/gitlab_schema.graphql
index 399ae43c9d0..ecf34b14aa0 100644
--- a/doc/api/graphql/reference/gitlab_schema.graphql
+++ b/doc/api/graphql/reference/gitlab_schema.graphql
@@ -6758,11 +6758,6 @@ type SnippetBlob {
binary: Boolean!
"""
- Blob highlighted data
- """
- highlightedData: String
-
- """
Blob mode
"""
mode: String
@@ -6780,7 +6775,7 @@ type SnippetBlob {
"""
Blob plain highlighted data
"""
- plainHighlightedData: String
+ plainData: String
"""
Blob raw content endpoint path
@@ -6788,6 +6783,11 @@ type SnippetBlob {
rawPath: String!
"""
+ Blob highlighted data
+ """
+ richData: String
+
+ """
Blob content rich viewer
"""
richViewer: SnippetBlobViewer