summaryrefslogtreecommitdiff
path: root/app/graphql/types/metrics/dashboard_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/metrics/dashboard_type.rb')
-rw-r--r--app/graphql/types/metrics/dashboard_type.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/graphql/types/metrics/dashboard_type.rb b/app/graphql/types/metrics/dashboard_type.rb
index 47502356773..40d2c2f195c 100644
--- a/app/graphql/types/metrics/dashboard_type.rb
+++ b/app/graphql/types/metrics/dashboard_type.rb
@@ -8,13 +8,13 @@ module Types
graphql_name 'MetricsDashboard'
field :path, GraphQL::STRING_TYPE, null: true,
- description: 'Path to a file with the dashboard definition'
+ description: 'Path to a file with the dashboard definition.'
field :schema_validation_warnings, [GraphQL::STRING_TYPE], null: true,
- description: 'Dashboard schema validation warnings'
+ description: 'Dashboard schema validation warnings.'
field :annotations, Types::Metrics::Dashboards::AnnotationType.connection_type, null: true,
- description: 'Annotations added to the dashboard',
+ description: 'Annotations added to the dashboard.',
resolver: Resolvers::Metrics::Dashboards::AnnotationResolver
# In order to maintain backward compatibility we need to return NULL when there are no warnings