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 { ...@@ -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 { type MergeRequestDiffRegistry {
""" """
...@@ -11724,7 +11724,7 @@ type PackageEdge { ...@@ -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 { type PackageFileRegistry {
""" """
...@@ -17086,7 +17086,7 @@ type TaskCompletionStatus { ...@@ -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 { type TerraformStateRegistry {
""" """
......
...@@ -28236,7 +28236,7 @@ ...@@ -28236,7 +28236,7 @@
{ {
"kind": "OBJECT", "kind": "OBJECT",
"name": "MergeRequestDiffRegistry", "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": [ "fields": [
{ {
"name": "createdAt", "name": "createdAt",
...@@ -34788,7 +34788,7 @@ ...@@ -34788,7 +34788,7 @@
{ {
"kind": "OBJECT", "kind": "OBJECT",
"name": "PackageFileRegistry", "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": [ "fields": [
{ {
"name": "createdAt", "name": "createdAt",
...@@ -49852,7 +49852,7 @@ ...@@ -49852,7 +49852,7 @@
{ {
"kind": "OBJECT", "kind": "OBJECT",
"name": "TerraformStateRegistry", "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": [ "fields": [
{ {
"name": "createdAt", "name": "createdAt",
...@@ -1499,7 +1499,7 @@ Autogenerated return type of MergeRequestCreate. ...@@ -1499,7 +1499,7 @@ Autogenerated return type of MergeRequestCreate.
### MergeRequestDiffRegistry ### 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 | | Field | Type | Description |
| ----- | ---- | ----------- | | ----- | ---- | ----------- |
...@@ -1728,7 +1728,7 @@ Represents a package. ...@@ -1728,7 +1728,7 @@ Represents a package.
### PackageFileRegistry ### 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 | | Field | Type | Description |
| ----- | ---- | ----------- | | ----- | ---- | ----------- |
...@@ -2411,7 +2411,7 @@ Completion status of tasks. ...@@ -2411,7 +2411,7 @@ Completion status of tasks.
### TerraformStateRegistry ### 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 | | Field | Type | Description |
| ----- | ---- | ----------- | | ----- | ---- | ----------- |
......
...@@ -637,7 +637,7 @@ the Admin Area UI, and Prometheus! ...@@ -637,7 +637,7 @@ the Admin Area UI, and Prometheus!
include ::Types::Geo::RegistryType include ::Types::Geo::RegistryType
graphql_name 'WidgetRegistry' 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' field :widget_id, GraphQL::ID_TYPE, null: false, description: 'ID of the Widget'
end end
......
...@@ -7,7 +7,7 @@ module Types ...@@ -7,7 +7,7 @@ module Types
include ::Types::Geo::RegistryType include ::Types::Geo::RegistryType
graphql_name 'MergeRequestDiffRegistry' 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' field :merge_request_diff_id, GraphQL::ID_TYPE, null: false, description: 'ID of the Merge Request diff'
end end
......
...@@ -7,7 +7,7 @@ module Types ...@@ -7,7 +7,7 @@ module Types
include ::Types::Geo::RegistryType include ::Types::Geo::RegistryType
graphql_name 'PackageFileRegistry' 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' field :package_file_id, GraphQL::ID_TYPE, null: false, description: 'ID of the PackageFile'
end end
......
...@@ -7,7 +7,7 @@ module Types ...@@ -7,7 +7,7 @@ module Types
include ::Types::Geo::RegistryType include ::Types::Geo::RegistryType
graphql_name 'TerraformStateRegistry' 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' field :terraform_state_id, GraphQL::ID_TYPE, null: false, description: 'ID of the TerraformState'
end 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