Commit cf33ef9a authored by Toon Claes's avatar Toon Claes

Emphasize GraphQL fields are for Geo

To make it clear these fields represent the sync and verification state
fo **Geo**, add that "Geo" to the description.
parent a00f7d68
......@@ -10231,7 +10231,7 @@ type MergeRequestCreatePayload {
}
"""
Represents the sync and verification state of a Merge Request diff
Represents the Geo sync and verification state of a Merge Request diff
"""
type MergeRequestDiffRegistry {
"""
......@@ -11724,7 +11724,7 @@ type PackageEdge {
}
"""
Represents the sync and verification state of a package file
Represents the Geo sync and verification state of a package file
"""
type PackageFileRegistry {
"""
......@@ -17086,7 +17086,7 @@ type TaskCompletionStatus {
}
"""
Represents the sync and verification state of a terraform state
Represents the Geo sync and verification state of a terraform state
"""
type TerraformStateRegistry {
"""
......
......@@ -28236,7 +28236,7 @@
{
"kind": "OBJECT",
"name": "MergeRequestDiffRegistry",
"description": "Represents the sync and verification state of a Merge Request diff",
"description": "Represents the Geo sync and verification state of a Merge Request diff",
"fields": [
{
"name": "createdAt",
......@@ -34788,7 +34788,7 @@
{
"kind": "OBJECT",
"name": "PackageFileRegistry",
"description": "Represents the sync and verification state of a package file",
"description": "Represents the Geo sync and verification state of a package file",
"fields": [
{
"name": "createdAt",
......@@ -49852,7 +49852,7 @@
{
"kind": "OBJECT",
"name": "TerraformStateRegistry",
"description": "Represents the sync and verification state of a terraform state",
"description": "Represents the Geo sync and verification state of a terraform state",
"fields": [
{
"name": "createdAt",
......@@ -1499,7 +1499,7 @@ Autogenerated return type of MergeRequestCreate.
### MergeRequestDiffRegistry
Represents the sync and verification state of a Merge Request diff.
Represents the Geo sync and verification state of a Merge Request diff.
| Field | Type | Description |
| ----- | ---- | ----------- |
......@@ -1728,7 +1728,7 @@ Represents a package.
### PackageFileRegistry
Represents the sync and verification state of a package file.
Represents the Geo sync and verification state of a package file.
| Field | Type | Description |
| ----- | ---- | ----------- |
......@@ -2411,7 +2411,7 @@ Completion status of tasks.
### TerraformStateRegistry
Represents the sync and verification state of a terraform state.
Represents the Geo sync and verification state of a terraform state.
| Field | Type | Description |
| ----- | ---- | ----------- |
......
......@@ -637,7 +637,7 @@ the Admin Area UI, and Prometheus!
include ::Types::Geo::RegistryType
graphql_name 'WidgetRegistry'
description 'Represents the sync and verification state of a widget'
description 'Represents the Geo sync and verification state of a widget'
field :widget_id, GraphQL::ID_TYPE, null: false, description: 'ID of the Widget'
end
......
......@@ -7,7 +7,7 @@ module Types
include ::Types::Geo::RegistryType
graphql_name 'MergeRequestDiffRegistry'
description 'Represents the sync and verification state of a Merge Request diff'
description 'Represents the Geo sync and verification state of a Merge Request diff'
field :merge_request_diff_id, GraphQL::ID_TYPE, null: false, description: 'ID of the Merge Request diff'
end
......
......@@ -7,7 +7,7 @@ module Types
include ::Types::Geo::RegistryType
graphql_name 'PackageFileRegistry'
description 'Represents the sync and verification state of a package file'
description 'Represents the Geo sync and verification state of a package file'
field :package_file_id, GraphQL::ID_TYPE, null: false, description: 'ID of the PackageFile'
end
......
......@@ -7,7 +7,7 @@ module Types
include ::Types::Geo::RegistryType
graphql_name 'TerraformStateRegistry'
description 'Represents the sync and verification state of a terraform state'
description 'Represents the Geo sync and verification state of a terraform state'
field :terraform_state_id, GraphQL::ID_TYPE, null: false, description: 'ID of the TerraformState'
end
......
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