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 ...@@ -46,7 +46,7 @@ module Types
@id_types[model_class] ||= Class.new(self) do @id_types[model_class] ||= Class.new(self) do
graphql_name "#{model_class.name.gsub(/::/, '')}ID" 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 self.define_singleton_method(:to_s) do
graphql_name graphql_name
......
...@@ -651,7 +651,7 @@ type AlertManagementHttpIntegration implements AlertManagementIntegration { ...@@ -651,7 +651,7 @@ type AlertManagementHttpIntegration implements AlertManagementIntegration {
} }
""" """
Identifier of AlertManagement::HttpIntegration Identifier of AlertManagement::HttpIntegration.
""" """
scalar AlertManagementHttpIntegrationID scalar AlertManagementHttpIntegrationID
...@@ -1053,7 +1053,7 @@ type AlertTodoCreatePayload { ...@@ -1053,7 +1053,7 @@ type AlertTodoCreatePayload {
} }
""" """
Identifier of Analytics::DevopsAdoption::Segment Identifier of Analytics::DevopsAdoption::Segment.
""" """
scalar AnalyticsDevopsAdoptionSegmentID scalar AnalyticsDevopsAdoptionSegmentID
...@@ -1233,7 +1233,7 @@ type AwardEmojiTogglePayload { ...@@ -1233,7 +1233,7 @@ type AwardEmojiTogglePayload {
} }
""" """
Identifier of Awardable Identifier of Awardable.
""" """
scalar AwardableID scalar AwardableID
...@@ -2030,7 +2030,7 @@ type BoardEpicUserPreferences { ...@@ -2030,7 +2030,7 @@ type BoardEpicUserPreferences {
} }
""" """
Identifier of Board Identifier of Board.
""" """
scalar BoardID scalar BoardID
...@@ -2352,12 +2352,12 @@ type BoardListUpdateLimitMetricsPayload { ...@@ -2352,12 +2352,12 @@ type BoardListUpdateLimitMetricsPayload {
} }
""" """
Identifier of Boards::EpicBoard Identifier of Boards::EpicBoard.
""" """
scalar BoardsEpicBoardID scalar BoardsEpicBoardID
""" """
Identifier of Boards::EpicList Identifier of Boards::EpicList.
""" """
scalar BoardsEpicListID scalar BoardsEpicListID
...@@ -3079,7 +3079,7 @@ type CiJobEdge { ...@@ -3079,7 +3079,7 @@ type CiJobEdge {
} }
""" """
Identifier of Ci::Pipeline Identifier of Ci::Pipeline.
""" """
scalar CiPipelineID scalar CiPipelineID
...@@ -3405,17 +3405,17 @@ type ClusterAgentTokenEdge { ...@@ -3405,17 +3405,17 @@ type ClusterAgentTokenEdge {
} }
""" """
Identifier of Clusters::Agent Identifier of Clusters::Agent.
""" """
scalar ClustersAgentID scalar ClustersAgentID
""" """
Identifier of Clusters::AgentToken Identifier of Clusters::AgentToken.
""" """
scalar ClustersAgentTokenID scalar ClustersAgentTokenID
""" """
Identifier of Clusters::Cluster Identifier of Clusters::Cluster.
""" """
scalar ClustersClusterID scalar ClustersClusterID
...@@ -3875,7 +3875,7 @@ input ComplianceFrameworkInput { ...@@ -3875,7 +3875,7 @@ input ComplianceFrameworkInput {
} }
""" """
Identifier of ComplianceManagement::Framework Identifier of ComplianceManagement::Framework.
""" """
scalar ComplianceManagementFrameworkID scalar ComplianceManagementFrameworkID
...@@ -4271,7 +4271,7 @@ type ContainerRepositoryEdge { ...@@ -4271,7 +4271,7 @@ type ContainerRepositoryEdge {
} }
""" """
Identifier of ContainerRepository Identifier of ContainerRepository.
""" """
scalar ContainerRepositoryID scalar ContainerRepositoryID
...@@ -5438,7 +5438,7 @@ type CustomEmojiEdge { ...@@ -5438,7 +5438,7 @@ type CustomEmojiEdge {
} }
""" """
Identifier of CustomEmoji Identifier of CustomEmoji.
""" """
scalar CustomEmojiID scalar CustomEmojiID
...@@ -5694,7 +5694,7 @@ type DastScannerProfileEdge { ...@@ -5694,7 +5694,7 @@ type DastScannerProfileEdge {
} }
""" """
Identifier of DastScannerProfile Identifier of DastScannerProfile.
""" """
scalar DastScannerProfileID scalar DastScannerProfileID
...@@ -5926,7 +5926,7 @@ type DastSiteProfileEdge { ...@@ -5926,7 +5926,7 @@ type DastSiteProfileEdge {
} }
""" """
Identifier of DastSiteProfile Identifier of DastSiteProfile.
""" """
scalar DastSiteProfileID scalar DastSiteProfileID
...@@ -6068,7 +6068,7 @@ type DastSiteTokenCreatePayload { ...@@ -6068,7 +6068,7 @@ type DastSiteTokenCreatePayload {
} }
""" """
Identifier of DastSiteToken Identifier of DastSiteToken.
""" """
scalar DastSiteTokenID scalar DastSiteTokenID
...@@ -6183,7 +6183,7 @@ type DastSiteValidationEdge { ...@@ -6183,7 +6183,7 @@ type DastSiteValidationEdge {
} }
""" """
Identifier of DastSiteValidation Identifier of DastSiteValidation.
""" """
scalar DastSiteValidationID scalar DastSiteValidationID
...@@ -6990,12 +6990,12 @@ type DesignManagementDeletePayload { ...@@ -6990,12 +6990,12 @@ type DesignManagementDeletePayload {
} }
""" """
Identifier of DesignManagement::DesignAtVersion Identifier of DesignManagement::DesignAtVersion.
""" """
scalar DesignManagementDesignAtVersionID scalar DesignManagementDesignAtVersionID
""" """
Identifier of DesignManagement::Design Identifier of DesignManagement::Design.
""" """
scalar DesignManagementDesignID scalar DesignManagementDesignID
...@@ -7095,7 +7095,7 @@ type DesignManagementUploadPayload { ...@@ -7095,7 +7095,7 @@ type DesignManagementUploadPayload {
} }
""" """
Identifier of DesignManagement::Version Identifier of DesignManagement::Version.
""" """
scalar DesignManagementVersionID scalar DesignManagementVersionID
...@@ -7705,7 +7705,7 @@ input DiffImagePositionInput { ...@@ -7705,7 +7705,7 @@ input DiffImagePositionInput {
} }
""" """
Identifier of DiffNote Identifier of DiffNote.
""" """
scalar DiffNoteID scalar DiffNoteID
...@@ -7979,7 +7979,7 @@ type DiscussionEdge { ...@@ -7979,7 +7979,7 @@ type DiscussionEdge {
} }
""" """
Identifier of Discussion Identifier of Discussion.
""" """
scalar DiscussionID scalar DiscussionID
...@@ -8185,7 +8185,7 @@ type EnvironmentEdge { ...@@ -8185,7 +8185,7 @@ type EnvironmentEdge {
} }
""" """
Identifier of Environment Identifier of Environment.
""" """
scalar EnvironmentID scalar EnvironmentID
...@@ -8903,7 +8903,7 @@ type EpicHealthStatus { ...@@ -8903,7 +8903,7 @@ type EpicHealthStatus {
} }
""" """
Identifier of Epic Identifier of Epic.
""" """
scalar EpicID scalar EpicID
...@@ -9657,7 +9657,7 @@ type EpicTreeReorderPayload { ...@@ -9657,7 +9657,7 @@ type EpicTreeReorderPayload {
} }
""" """
Identifier of EpicTreeSorting Identifier of EpicTreeSorting.
""" """
scalar EpicTreeSortingID scalar EpicTreeSortingID
...@@ -9984,7 +9984,7 @@ type GeoNode { ...@@ -9984,7 +9984,7 @@ type GeoNode {
} }
""" """
Identifier of Gitlab::ErrorTracking::DetailedError Identifier of Gitlab::ErrorTracking::DetailedError.
""" """
scalar GitlabErrorTrackingDetailedErrorID scalar GitlabErrorTrackingDetailedErrorID
...@@ -11322,7 +11322,7 @@ type Group { ...@@ -11322,7 +11322,7 @@ type Group {
} }
""" """
Identifier of Group Identifier of Group.
""" """
scalar GroupID scalar GroupID
...@@ -11650,7 +11650,7 @@ An ISO 8601-encoded date ...@@ -11650,7 +11650,7 @@ An ISO 8601-encoded date
scalar ISO8601Date scalar ISO8601Date
""" """
Identifier of IncidentManagement::OncallParticipant Identifier of IncidentManagement::OncallParticipant.
""" """
scalar IncidentManagementOncallParticipantID scalar IncidentManagementOncallParticipantID
...@@ -11780,7 +11780,7 @@ type IncidentManagementOncallRotationEdge { ...@@ -11780,7 +11780,7 @@ type IncidentManagementOncallRotationEdge {
} }
""" """
Identifier of IncidentManagement::OncallRotation Identifier of IncidentManagement::OncallRotation.
""" """
scalar IncidentManagementOncallRotationID scalar IncidentManagementOncallRotationID
...@@ -12554,7 +12554,7 @@ type IssueEdge { ...@@ -12554,7 +12554,7 @@ type IssueEdge {
} }
""" """
Identifier of Issue Identifier of Issue.
""" """
scalar IssueID scalar IssueID
...@@ -13439,7 +13439,7 @@ type IterationEdge { ...@@ -13439,7 +13439,7 @@ type IterationEdge {
} }
""" """
Identifier of Iteration Identifier of Iteration.
""" """
scalar IterationID scalar IterationID
...@@ -13944,12 +13944,12 @@ type LabelEdge { ...@@ -13944,12 +13944,12 @@ type LabelEdge {
} }
""" """
Identifier of Label Identifier of Label.
""" """
scalar LabelID scalar LabelID
""" """
Identifier of List Identifier of List.
""" """
scalar ListID scalar ListID
...@@ -14952,7 +14952,7 @@ type MergeRequestEdge { ...@@ -14952,7 +14952,7 @@ type MergeRequestEdge {
} }
""" """
Identifier of MergeRequest Identifier of MergeRequest.
""" """
scalar MergeRequestID scalar MergeRequestID
...@@ -15589,7 +15589,7 @@ type MetricsDashboardAnnotationEdge { ...@@ -15589,7 +15589,7 @@ type MetricsDashboardAnnotationEdge {
} }
""" """
Identifier of Metrics::Dashboard::Annotation Identifier of Metrics::Dashboard::Annotation.
""" """
scalar MetricsDashboardAnnotationID scalar MetricsDashboardAnnotationID
...@@ -15704,7 +15704,7 @@ type MilestoneEdge { ...@@ -15704,7 +15704,7 @@ type MilestoneEdge {
} }
""" """
Identifier of Milestone Identifier of Milestone.
""" """
scalar MilestoneID scalar MilestoneID
...@@ -16153,7 +16153,7 @@ type NamespaceEdge { ...@@ -16153,7 +16153,7 @@ type NamespaceEdge {
} }
""" """
Identifier of Namespace Identifier of Namespace.
""" """
scalar NamespaceID scalar NamespaceID
...@@ -16382,7 +16382,7 @@ type NoteEdge { ...@@ -16382,7 +16382,7 @@ type NoteEdge {
} }
""" """
Identifier of Note Identifier of Note.
""" """
scalar NoteID scalar NoteID
...@@ -16471,7 +16471,7 @@ interface Noteable { ...@@ -16471,7 +16471,7 @@ interface Noteable {
} }
""" """
Identifier of Noteable Identifier of Noteable.
""" """
scalar NoteableID scalar NoteableID
...@@ -17369,7 +17369,7 @@ enum PackageTypeEnum { ...@@ -17369,7 +17369,7 @@ enum PackageTypeEnum {
} }
""" """
Identifier of Packages::Package Identifier of Packages::Package.
""" """
scalar PackagesPackageID scalar PackagesPackageID
...@@ -19763,7 +19763,7 @@ type ProjectEdge { ...@@ -19763,7 +19763,7 @@ type ProjectEdge {
} }
""" """
Identifier of Project Identifier of Project.
""" """
scalar ProjectID scalar ProjectID
...@@ -20277,7 +20277,7 @@ type PrometheusIntegrationUpdatePayload { ...@@ -20277,7 +20277,7 @@ type PrometheusIntegrationUpdatePayload {
} }
""" """
Identifier of PrometheusService Identifier of PrometheusService.
""" """
scalar PrometheusServiceID scalar PrometheusServiceID
...@@ -23745,7 +23745,7 @@ type SnippetEdge { ...@@ -23745,7 +23745,7 @@ type SnippetEdge {
} }
""" """
Identifier of Snippet Identifier of Snippet.
""" """
scalar SnippetID scalar SnippetID
...@@ -24133,7 +24133,7 @@ type TerraformStateEdge { ...@@ -24133,7 +24133,7 @@ type TerraformStateEdge {
} }
""" """
Identifier of Terraform::State Identifier of Terraform::State.
""" """
scalar TerraformStateID scalar TerraformStateID
...@@ -24652,7 +24652,7 @@ type TodoEdge { ...@@ -24652,7 +24652,7 @@ type TodoEdge {
} }
""" """
Identifier of Todo Identifier of Todo.
""" """
scalar TodoID scalar TodoID
...@@ -24804,7 +24804,7 @@ enum TodoTargetEnum { ...@@ -24804,7 +24804,7 @@ enum TodoTargetEnum {
} }
""" """
Identifier of Todoable Identifier of Todoable.
""" """
scalar TodoableID scalar TodoableID
...@@ -26513,7 +26513,7 @@ type UserEdge { ...@@ -26513,7 +26513,7 @@ type UserEdge {
} }
""" """
Identifier of User Identifier of User.
""" """
scalar UserID scalar UserID
...@@ -26714,7 +26714,7 @@ type VulnerabilitiesCountByDayEdge { ...@@ -26714,7 +26714,7 @@ type VulnerabilitiesCountByDayEdge {
} }
""" """
Identifier of Vulnerabilities::ExternalIssueLink Identifier of Vulnerabilities::ExternalIssueLink.
""" """
scalar VulnerabilitiesExternalIssueLinkID scalar VulnerabilitiesExternalIssueLinkID
...@@ -27622,7 +27622,7 @@ enum VulnerabilityGrade { ...@@ -27622,7 +27622,7 @@ enum VulnerabilityGrade {
} }
""" """
Identifier of Vulnerability Identifier of Vulnerability.
""" """
scalar VulnerabilityID 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