Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
740cd272
Commit
740cd272
authored
Jan 20, 2021
by
Peter Leitzen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Append `.` to description for GraphQL types derived from GlobalIDType
parent
b7b7a5d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
99 additions
and
99 deletions
+99
-99
app/graphql/types/global_id_type.rb
app/graphql/types/global_id_type.rb
+1
-1
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+49
-49
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+49
-49
No files found.
app/graphql/types/global_id_type.rb
View file @
740cd272
...
...
@@ -46,7 +46,7 @@ module Types
@id_types
[
model_class
]
||=
Class
.
new
(
self
)
do
graphql_name
"
#{
model_class
.
name
.
gsub
(
/::/
,
''
)
}
ID"
description
"Identifier of
#{
model_class
.
name
}
"
description
"Identifier of
#{
model_class
.
name
}
.
"
self
.
define_singleton_method
(
:to_s
)
do
graphql_name
...
...
doc/api/graphql/reference/gitlab_schema.graphql
View file @
740cd272
...
...
@@ -651,7 +651,7 @@ type AlertManagementHttpIntegration implements AlertManagementIntegration {
}
"""
Identifier of AlertManagement::HttpIntegration
Identifier of AlertManagement::HttpIntegration
.
"""
scalar
AlertManagementHttpIntegrationID
...
...
@@ -1053,7 +1053,7 @@ type AlertTodoCreatePayload {
}
"""
Identifier of Analytics::DevopsAdoption::Segment
Identifier of Analytics::DevopsAdoption::Segment
.
"""
scalar
AnalyticsDevopsAdoptionSegmentID
...
...
@@ -1233,7 +1233,7 @@ type AwardEmojiTogglePayload {
}
"""
Identifier of Awardable
Identifier of Awardable
.
"""
scalar
AwardableID
...
...
@@ -2030,7 +2030,7 @@ type BoardEpicUserPreferences {
}
"""
Identifier of Board
Identifier of Board
.
"""
scalar
BoardID
...
...
@@ -2352,12 +2352,12 @@ type BoardListUpdateLimitMetricsPayload {
}
"""
Identifier of Boards::EpicBoard
Identifier of Boards::EpicBoard
.
"""
scalar
BoardsEpicBoardID
"""
Identifier of Boards::EpicList
Identifier of Boards::EpicList
.
"""
scalar
BoardsEpicListID
...
...
@@ -3079,7 +3079,7 @@ type CiJobEdge {
}
"""
Identifier of Ci::Pipeline
Identifier of Ci::Pipeline
.
"""
scalar
CiPipelineID
...
...
@@ -3405,17 +3405,17 @@ type ClusterAgentTokenEdge {
}
"""
Identifier of Clusters::Agent
Identifier of Clusters::Agent
.
"""
scalar
ClustersAgentID
"""
Identifier of Clusters::AgentToken
Identifier of Clusters::AgentToken
.
"""
scalar
ClustersAgentTokenID
"""
Identifier of Clusters::Cluster
Identifier of Clusters::Cluster
.
"""
scalar
ClustersClusterID
...
...
@@ -3863,7 +3863,7 @@ input ComplianceFrameworkInput {
}
"""
Identifier of ComplianceManagement::Framework
Identifier of ComplianceManagement::Framework
.
"""
scalar
ComplianceManagementFrameworkID
...
...
@@ -4259,7 +4259,7 @@ type ContainerRepositoryEdge {
}
"""
Identifier of ContainerRepository
Identifier of ContainerRepository
.
"""
scalar
ContainerRepositoryID
...
...
@@ -5426,7 +5426,7 @@ type CustomEmojiEdge {
}
"""
Identifier of CustomEmoji
Identifier of CustomEmoji
.
"""
scalar
CustomEmojiID
...
...
@@ -5682,7 +5682,7 @@ type DastScannerProfileEdge {
}
"""
Identifier of DastScannerProfile
Identifier of DastScannerProfile
.
"""
scalar
DastScannerProfileID
...
...
@@ -5914,7 +5914,7 @@ type DastSiteProfileEdge {
}
"""
Identifier of DastSiteProfile
Identifier of DastSiteProfile
.
"""
scalar
DastSiteProfileID
...
...
@@ -6056,7 +6056,7 @@ type DastSiteTokenCreatePayload {
}
"""
Identifier of DastSiteToken
Identifier of DastSiteToken
.
"""
scalar
DastSiteTokenID
...
...
@@ -6171,7 +6171,7 @@ type DastSiteValidationEdge {
}
"""
Identifier of DastSiteValidation
Identifier of DastSiteValidation
.
"""
scalar
DastSiteValidationID
...
...
@@ -6978,12 +6978,12 @@ type DesignManagementDeletePayload {
}
"""
Identifier of DesignManagement::DesignAtVersion
Identifier of DesignManagement::DesignAtVersion
.
"""
scalar
DesignManagementDesignAtVersionID
"""
Identifier of DesignManagement::Design
Identifier of DesignManagement::Design
.
"""
scalar
DesignManagementDesignID
...
...
@@ -7083,7 +7083,7 @@ type DesignManagementUploadPayload {
}
"""
Identifier of DesignManagement::Version
Identifier of DesignManagement::Version
.
"""
scalar
DesignManagementVersionID
...
...
@@ -7693,7 +7693,7 @@ input DiffImagePositionInput {
}
"""
Identifier of DiffNote
Identifier of DiffNote
.
"""
scalar
DiffNoteID
...
...
@@ -7967,7 +7967,7 @@ type DiscussionEdge {
}
"""
Identifier of Discussion
Identifier of Discussion
.
"""
scalar
DiscussionID
...
...
@@ -8173,7 +8173,7 @@ type EnvironmentEdge {
}
"""
Identifier of Environment
Identifier of Environment
.
"""
scalar
EnvironmentID
...
...
@@ -8891,7 +8891,7 @@ type EpicHealthStatus {
}
"""
Identifier of Epic
Identifier of Epic
.
"""
scalar
EpicID
...
...
@@ -9645,7 +9645,7 @@ type EpicTreeReorderPayload {
}
"""
Identifier of EpicTreeSorting
Identifier of EpicTreeSorting
.
"""
scalar
EpicTreeSortingID
...
...
@@ -9972,7 +9972,7 @@ type GeoNode {
}
"""
Identifier of Gitlab::ErrorTracking::DetailedError
Identifier of Gitlab::ErrorTracking::DetailedError
.
"""
scalar
GitlabErrorTrackingDetailedErrorID
...
...
@@ -11280,7 +11280,7 @@ type Group {
}
"""
Identifier of Group
Identifier of Group
.
"""
scalar
GroupID
...
...
@@ -11608,7 +11608,7 @@ An ISO 8601-encoded date
scalar
ISO8601Date
"""
Identifier of IncidentManagement::OncallParticipant
Identifier of IncidentManagement::OncallParticipant
.
"""
scalar
IncidentManagementOncallParticipantID
...
...
@@ -11703,7 +11703,7 @@ type IncidentManagementOncallRotationEdge {
}
"""
Identifier of IncidentManagement::OncallRotation
Identifier of IncidentManagement::OncallRotation
.
"""
scalar
IncidentManagementOncallRotationID
...
...
@@ -12422,7 +12422,7 @@ type IssueEdge {
}
"""
Identifier of Issue
Identifier of Issue
.
"""
scalar
IssueID
...
...
@@ -13307,7 +13307,7 @@ type IterationEdge {
}
"""
Identifier of Iteration
Identifier of Iteration
.
"""
scalar
IterationID
...
...
@@ -13812,12 +13812,12 @@ type LabelEdge {
}
"""
Identifier of Label
Identifier of Label
.
"""
scalar
LabelID
"""
Identifier of List
Identifier of List
.
"""
scalar
ListID
...
...
@@ -14820,7 +14820,7 @@ type MergeRequestEdge {
}
"""
Identifier of MergeRequest
Identifier of MergeRequest
.
"""
scalar
MergeRequestID
...
...
@@ -15457,7 +15457,7 @@ type MetricsDashboardAnnotationEdge {
}
"""
Identifier of Metrics::Dashboard::Annotation
Identifier of Metrics::Dashboard::Annotation
.
"""
scalar
MetricsDashboardAnnotationID
...
...
@@ -15572,7 +15572,7 @@ type MilestoneEdge {
}
"""
Identifier of Milestone
Identifier of Milestone
.
"""
scalar
MilestoneID
...
...
@@ -16019,7 +16019,7 @@ type NamespaceEdge {
}
"""
Identifier of Namespace
Identifier of Namespace
.
"""
scalar
NamespaceID
...
...
@@ -16248,7 +16248,7 @@ type NoteEdge {
}
"""
Identifier of Note
Identifier of Note
.
"""
scalar
NoteID
...
...
@@ -16337,7 +16337,7 @@ interface Noteable {
}
"""
Identifier of Noteable
Identifier of Noteable
.
"""
scalar
NoteableID
...
...
@@ -17190,7 +17190,7 @@ enum PackageTypeEnum {
}
"""
Identifier of Packages::Package
Identifier of Packages::Package
.
"""
scalar
PackagesPackageID
...
...
@@ -19584,7 +19584,7 @@ type ProjectEdge {
}
"""
Identifier of Project
Identifier of Project
.
"""
scalar
ProjectID
...
...
@@ -20098,7 +20098,7 @@ type PrometheusIntegrationUpdatePayload {
}
"""
Identifier of PrometheusService
Identifier of PrometheusService
.
"""
scalar
PrometheusServiceID
...
...
@@ -23566,7 +23566,7 @@ type SnippetEdge {
}
"""
Identifier of Snippet
Identifier of Snippet
.
"""
scalar
SnippetID
...
...
@@ -23954,7 +23954,7 @@ type TerraformStateEdge {
}
"""
Identifier of Terraform::State
Identifier of Terraform::State
.
"""
scalar
TerraformStateID
...
...
@@ -24473,7 +24473,7 @@ type TodoEdge {
}
"""
Identifier of Todo
Identifier of Todo
.
"""
scalar
TodoID
...
...
@@ -24625,7 +24625,7 @@ enum TodoTargetEnum {
}
"""
Identifier of Todoable
Identifier of Todoable
.
"""
scalar
TodoableID
...
...
@@ -26334,7 +26334,7 @@ type UserEdge {
}
"""
Identifier of User
Identifier of User
.
"""
scalar
UserID
...
...
@@ -26535,7 +26535,7 @@ type VulnerabilitiesCountByDayEdge {
}
"""
Identifier of Vulnerabilities::ExternalIssueLink
Identifier of Vulnerabilities::ExternalIssueLink
.
"""
scalar
VulnerabilitiesExternalIssueLinkID
...
...
@@ -27443,7 +27443,7 @@ enum VulnerabilityGrade {
}
"""
Identifier of Vulnerability
Identifier of Vulnerability
.
"""
scalar
VulnerabilityID
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
740cd272
...
...
@@ -1639,7 +1639,7 @@
{
"kind": "SCALAR",
"name": "AlertManagementHttpIntegrationID",
"description": "Identifier of AlertManagement::HttpIntegration",
"description": "Identifier of AlertManagement::HttpIntegration
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -2608,7 +2608,7 @@
{
"kind": "SCALAR",
"name": "AnalyticsDevopsAdoptionSegmentID",
"description": "Identifier of Analytics::DevopsAdoption::Segment",
"description": "Identifier of Analytics::DevopsAdoption::Segment
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -3128,7 +3128,7 @@
{
"kind": "SCALAR",
"name": "AwardableID",
"description": "Identifier of Awardable",
"description": "Identifier of Awardable
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -5304,7 +5304,7 @@
{
"kind": "SCALAR",
"name": "BoardID",
"description": "Identifier of Board",
"description": "Identifier of Board
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -6143,7 +6143,7 @@
{
"kind": "SCALAR",
"name": "BoardsEpicBoardID",
"description": "Identifier of Boards::EpicBoard",
"description": "Identifier of Boards::EpicBoard
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -6153,7 +6153,7 @@
{
"kind": "SCALAR",
"name": "BoardsEpicListID",
"description": "Identifier of Boards::EpicList",
"description": "Identifier of Boards::EpicList
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -8307,7 +8307,7 @@
{
"kind": "SCALAR",
"name": "CiPipelineID",
"description": "Identifier of Ci::Pipeline",
"description": "Identifier of Ci::Pipeline
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -9274,7 +9274,7 @@
{
"kind": "SCALAR",
"name": "ClustersAgentID",
"description": "Identifier of Clusters::Agent",
"description": "Identifier of Clusters::Agent
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -9284,7 +9284,7 @@
{
"kind": "SCALAR",
"name": "ClustersAgentTokenID",
"description": "Identifier of Clusters::AgentToken",
"description": "Identifier of Clusters::AgentToken
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -9294,7 +9294,7 @@
{
"kind": "SCALAR",
"name": "ClustersClusterID",
"description": "Identifier of Clusters::Cluster",
"description": "Identifier of Clusters::Cluster
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -10535,7 +10535,7 @@
{
"kind": "SCALAR",
"name": "ComplianceManagementFrameworkID",
"description": "Identifier of ComplianceManagement::Framework",
"description": "Identifier of ComplianceManagement::Framework
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -11591,7 +11591,7 @@
{
"kind": "SCALAR",
"name": "ContainerRepositoryID",
"description": "Identifier of ContainerRepository",
"description": "Identifier of ContainerRepository
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -14841,7 +14841,7 @@
{
"kind": "SCALAR",
"name": "CustomEmojiID",
"description": "Identifier of CustomEmoji",
"description": "Identifier of CustomEmoji
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -15549,7 +15549,7 @@
{
"kind": "SCALAR",
"name": "DastScannerProfileID",
"description": "Identifier of DastScannerProfile",
"description": "Identifier of DastScannerProfile
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -16206,7 +16206,7 @@
{
"kind": "SCALAR",
"name": "DastSiteProfileID",
"description": "Identifier of DastSiteProfile",
"description": "Identifier of DastSiteProfile
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -16568,7 +16568,7 @@
{
"kind": "SCALAR",
"name": "DastSiteTokenID",
"description": "Identifier of DastSiteToken",
"description": "Identifier of DastSiteToken
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -16907,7 +16907,7 @@
{
"kind": "SCALAR",
"name": "DastSiteValidationID",
"description": "Identifier of DastSiteValidation",
"description": "Identifier of DastSiteValidation
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -19083,7 +19083,7 @@
{
"kind": "SCALAR",
"name": "DesignManagementDesignAtVersionID",
"description": "Identifier of DesignManagement::DesignAtVersion",
"description": "Identifier of DesignManagement::DesignAtVersion
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -19093,7 +19093,7 @@
{
"kind": "SCALAR",
"name": "DesignManagementDesignID",
"description": "Identifier of DesignManagement::Design",
"description": "Identifier of DesignManagement::Design
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -19401,7 +19401,7 @@
{
"kind": "SCALAR",
"name": "DesignManagementVersionID",
"description": "Identifier of DesignManagement::Version",
"description": "Identifier of DesignManagement::Version
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -21190,7 +21190,7 @@
{
"kind": "SCALAR",
"name": "DiffNoteID",
"description": "Identifier of DiffNote",
"description": "Identifier of DiffNote
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -22039,7 +22039,7 @@
{
"kind": "SCALAR",
"name": "DiscussionID",
"description": "Identifier of Discussion",
"description": "Identifier of Discussion
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -22689,7 +22689,7 @@
{
"kind": "SCALAR",
"name": "EnvironmentID",
"description": "Identifier of Environment",
"description": "Identifier of Environment
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -24622,7 +24622,7 @@
{
"kind": "SCALAR",
"name": "EpicID",
"description": "Identifier of Epic",
"description": "Identifier of Epic
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -26742,7 +26742,7 @@
{
"kind": "SCALAR",
"name": "EpicTreeSortingID",
"description": "Identifier of EpicTreeSorting",
"description": "Identifier of EpicTreeSorting
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -27590,7 +27590,7 @@
{
"kind": "SCALAR",
"name": "GitlabErrorTrackingDetailedErrorID",
"description": "Identifier of Gitlab::ErrorTracking::DetailedError",
"description": "Identifier of Gitlab::ErrorTracking::DetailedError
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -30751,7 +30751,7 @@
{
"kind": "SCALAR",
"name": "GroupID",
"description": "Identifier of Group",
"description": "Identifier of Group
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -31689,7 +31689,7 @@
{
"kind": "SCALAR",
"name": "IncidentManagementOncallParticipantID",
"description": "Identifier of IncidentManagement::OncallParticipant",
"description": "Identifier of IncidentManagement::OncallParticipant
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -31955,7 +31955,7 @@
{
"kind": "SCALAR",
"name": "IncidentManagementOncallRotationID",
"description": "Identifier of IncidentManagement::OncallRotation",
"description": "Identifier of IncidentManagement::OncallRotation
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -34019,7 +34019,7 @@
{
"kind": "SCALAR",
"name": "IssueID",
"description": "Identifier of Issue",
"description": "Identifier of Issue
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -36350,7 +36350,7 @@
{
"kind": "SCALAR",
"name": "IterationID",
"description": "Identifier of Iteration",
"description": "Identifier of Iteration
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -37934,7 +37934,7 @@
{
"kind": "SCALAR",
"name": "LabelID",
"description": "Identifier of Label",
"description": "Identifier of Label
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -37944,7 +37944,7 @@
{
"kind": "SCALAR",
"name": "ListID",
"description": "Identifier of List",
"description": "Identifier of List
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -40743,7 +40743,7 @@
{
"kind": "SCALAR",
"name": "MergeRequestID",
"description": "Identifier of MergeRequest",
"description": "Identifier of MergeRequest
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -42503,7 +42503,7 @@
{
"kind": "SCALAR",
"name": "MetricsDashboardAnnotationID",
"description": "Identifier of Metrics::Dashboard::Annotation",
"description": "Identifier of Metrics::Dashboard::Annotation
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -42874,7 +42874,7 @@
{
"kind": "SCALAR",
"name": "MilestoneID",
"description": "Identifier of Milestone",
"description": "Identifier of Milestone
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -47377,7 +47377,7 @@
{
"kind": "SCALAR",
"name": "NamespaceID",
"description": "Identifier of Namespace",
"description": "Identifier of Namespace
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -48038,7 +48038,7 @@
{
"kind": "SCALAR",
"name": "NoteID",
"description": "Identifier of Note",
"description": "Identifier of Note
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -48340,7 +48340,7 @@
{
"kind": "SCALAR",
"name": "NoteableID",
"description": "Identifier of Noteable",
"description": "Identifier of Noteable
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -50661,7 +50661,7 @@
{
"kind": "SCALAR",
"name": "PackagesPackageID",
"description": "Identifier of Packages::Package",
"description": "Identifier of Packages::Package
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -56864,7 +56864,7 @@
{
"kind": "SCALAR",
"name": "ProjectID",
"description": "Identifier of Project",
"description": "Identifier of Project
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -58511,7 +58511,7 @@
{
"kind": "SCALAR",
"name": "PrometheusServiceID",
"description": "Identifier of PrometheusService",
"description": "Identifier of PrometheusService
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -68375,7 +68375,7 @@
{
"kind": "SCALAR",
"name": "SnippetID",
"description": "Identifier of Snippet",
"description": "Identifier of Snippet
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -69562,7 +69562,7 @@
{
"kind": "SCALAR",
"name": "TerraformStateID",
"description": "Identifier of Terraform::State",
"description": "Identifier of Terraform::State
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -71207,7 +71207,7 @@
{
"kind": "SCALAR",
"name": "TodoID",
"description": "Identifier of Todo",
"description": "Identifier of Todo
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -71647,7 +71647,7 @@
{
"kind": "SCALAR",
"name": "TodoableID",
"description": "Identifier of Todoable",
"description": "Identifier of Todoable
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -76235,7 +76235,7 @@
{
"kind": "SCALAR",
"name": "UserID",
"description": "Identifier of User",
"description": "Identifier of User
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -76872,7 +76872,7 @@
{
"kind": "SCALAR",
"name": "VulnerabilitiesExternalIssueLinkID",
"description": "Identifier of Vulnerabilities::ExternalIssueLink",
"description": "Identifier of Vulnerabilities::ExternalIssueLink
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
...
...
@@ -79629,7 +79629,7 @@
{
"kind": "SCALAR",
"name": "VulnerabilityID",
"description": "Identifier of Vulnerability",
"description": "Identifier of Vulnerability
.
",
"fields": null,
"inputFields": null,
"interfaces": null,
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment