Commit 31124710 authored by Luke Duncalfe's avatar Luke Duncalfe

Merge branch 'pl-graphql-global-id-description-fullpoint' into 'master'

Append `.` to description for GraphQL types derived from GlobalIDType

See merge request gitlab-org/gitlab!52125
parents b3941203 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
......
......@@ -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
......@@ -3875,7 +3875,7 @@ input ComplianceFrameworkInput {
}
"""
Identifier of ComplianceManagement::Framework
Identifier of ComplianceManagement::Framework.
"""
scalar ComplianceManagementFrameworkID
......@@ -4271,7 +4271,7 @@ type ContainerRepositoryEdge {
}
"""
Identifier of ContainerRepository
Identifier of ContainerRepository.
"""
scalar ContainerRepositoryID
......@@ -5438,7 +5438,7 @@ type CustomEmojiEdge {
}
"""
Identifier of CustomEmoji
Identifier of CustomEmoji.
"""
scalar CustomEmojiID
......@@ -5694,7 +5694,7 @@ type DastScannerProfileEdge {
}
"""
Identifier of DastScannerProfile
Identifier of DastScannerProfile.
"""
scalar DastScannerProfileID
......@@ -5926,7 +5926,7 @@ type DastSiteProfileEdge {
}
"""
Identifier of DastSiteProfile
Identifier of DastSiteProfile.
"""
scalar DastSiteProfileID
......@@ -6068,7 +6068,7 @@ type DastSiteTokenCreatePayload {
}
"""
Identifier of DastSiteToken
Identifier of DastSiteToken.
"""
scalar DastSiteTokenID
......@@ -6183,7 +6183,7 @@ type DastSiteValidationEdge {
}
"""
Identifier of DastSiteValidation
Identifier of DastSiteValidation.
"""
scalar DastSiteValidationID
......@@ -6990,12 +6990,12 @@ type DesignManagementDeletePayload {
}
"""
Identifier of DesignManagement::DesignAtVersion
Identifier of DesignManagement::DesignAtVersion.
"""
scalar DesignManagementDesignAtVersionID
"""
Identifier of DesignManagement::Design
Identifier of DesignManagement::Design.
"""
scalar DesignManagementDesignID
......@@ -7095,7 +7095,7 @@ type DesignManagementUploadPayload {
}
"""
Identifier of DesignManagement::Version
Identifier of DesignManagement::Version.
"""
scalar DesignManagementVersionID
......@@ -7705,7 +7705,7 @@ input DiffImagePositionInput {
}
"""
Identifier of DiffNote
Identifier of DiffNote.
"""
scalar DiffNoteID
......@@ -7979,7 +7979,7 @@ type DiscussionEdge {
}
"""
Identifier of Discussion
Identifier of Discussion.
"""
scalar DiscussionID
......@@ -8185,7 +8185,7 @@ type EnvironmentEdge {
}
"""
Identifier of Environment
Identifier of Environment.
"""
scalar EnvironmentID
......@@ -8903,7 +8903,7 @@ type EpicHealthStatus {
}
"""
Identifier of Epic
Identifier of Epic.
"""
scalar EpicID
......@@ -9657,7 +9657,7 @@ type EpicTreeReorderPayload {
}
"""
Identifier of EpicTreeSorting
Identifier of EpicTreeSorting.
"""
scalar EpicTreeSortingID
......@@ -9984,7 +9984,7 @@ type GeoNode {
}
"""
Identifier of Gitlab::ErrorTracking::DetailedError
Identifier of Gitlab::ErrorTracking::DetailedError.
"""
scalar GitlabErrorTrackingDetailedErrorID
......@@ -11322,7 +11322,7 @@ type Group {
}
"""
Identifier of Group
Identifier of Group.
"""
scalar GroupID
......@@ -11650,7 +11650,7 @@ An ISO 8601-encoded date
scalar ISO8601Date
"""
Identifier of IncidentManagement::OncallParticipant
Identifier of IncidentManagement::OncallParticipant.
"""
scalar IncidentManagementOncallParticipantID
......@@ -11780,7 +11780,7 @@ type IncidentManagementOncallRotationEdge {
}
"""
Identifier of IncidentManagement::OncallRotation
Identifier of IncidentManagement::OncallRotation.
"""
scalar IncidentManagementOncallRotationID
......@@ -12554,7 +12554,7 @@ type IssueEdge {
}
"""
Identifier of Issue
Identifier of Issue.
"""
scalar IssueID
......@@ -13439,7 +13439,7 @@ type IterationEdge {
}
"""
Identifier of Iteration
Identifier of Iteration.
"""
scalar IterationID
......@@ -13944,12 +13944,12 @@ type LabelEdge {
}
"""
Identifier of Label
Identifier of Label.
"""
scalar LabelID
"""
Identifier of List
Identifier of List.
"""
scalar ListID
......@@ -14952,7 +14952,7 @@ type MergeRequestEdge {
}
"""
Identifier of MergeRequest
Identifier of MergeRequest.
"""
scalar MergeRequestID
......@@ -15589,7 +15589,7 @@ type MetricsDashboardAnnotationEdge {
}
"""
Identifier of Metrics::Dashboard::Annotation
Identifier of Metrics::Dashboard::Annotation.
"""
scalar MetricsDashboardAnnotationID
......@@ -15704,7 +15704,7 @@ type MilestoneEdge {
}
"""
Identifier of Milestone
Identifier of Milestone.
"""
scalar MilestoneID
......@@ -16153,7 +16153,7 @@ type NamespaceEdge {
}
"""
Identifier of Namespace
Identifier of Namespace.
"""
scalar NamespaceID
......@@ -16382,7 +16382,7 @@ type NoteEdge {
}
"""
Identifier of Note
Identifier of Note.
"""
scalar NoteID
......@@ -16471,7 +16471,7 @@ interface Noteable {
}
"""
Identifier of Noteable
Identifier of Noteable.
"""
scalar NoteableID
......@@ -17369,7 +17369,7 @@ enum PackageTypeEnum {
}
"""
Identifier of Packages::Package
Identifier of Packages::Package.
"""
scalar PackagesPackageID
......@@ -19763,7 +19763,7 @@ type ProjectEdge {
}
"""
Identifier of Project
Identifier of Project.
"""
scalar ProjectID
......@@ -20277,7 +20277,7 @@ type PrometheusIntegrationUpdatePayload {
}
"""
Identifier of PrometheusService
Identifier of PrometheusService.
"""
scalar PrometheusServiceID
......@@ -23745,7 +23745,7 @@ type SnippetEdge {
}
"""
Identifier of Snippet
Identifier of Snippet.
"""
scalar SnippetID
......@@ -24133,7 +24133,7 @@ type TerraformStateEdge {
}
"""
Identifier of Terraform::State
Identifier of Terraform::State.
"""
scalar TerraformStateID
......@@ -24652,7 +24652,7 @@ type TodoEdge {
}
"""
Identifier of Todo
Identifier of Todo.
"""
scalar TodoID
......@@ -24804,7 +24804,7 @@ enum TodoTargetEnum {
}
"""
Identifier of Todoable
Identifier of Todoable.
"""
scalar TodoableID
......@@ -26513,7 +26513,7 @@ type UserEdge {
}
"""
Identifier of User
Identifier of User.
"""
scalar UserID
......@@ -26714,7 +26714,7 @@ type VulnerabilitiesCountByDayEdge {
}
"""
Identifier of Vulnerabilities::ExternalIssueLink
Identifier of Vulnerabilities::ExternalIssueLink.
"""
scalar VulnerabilitiesExternalIssueLinkID
......@@ -27622,7 +27622,7 @@ enum VulnerabilityGrade {
}
"""
Identifier of Vulnerability
Identifier of Vulnerability.
"""
scalar VulnerabilityID
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment