Commit fb2f8a56 authored by Evan Read's avatar Evan Read

Fix capitalization of URL in a GraphQL description

parent 6e6df8ab
......@@ -9,7 +9,7 @@ module Types
field :id, GraphQL::ID_TYPE, null: false,
description: 'Internal ID of the Grafana integration'
field :grafana_url, GraphQL::STRING_TYPE, null: false,
description: 'Url for the Grafana host for the Grafana integration'
description: 'URL for the Grafana host for the Grafana integration'
field :enabled, GraphQL::BOOLEAN_TYPE, null: false,
description: 'Indicates whether Grafana integration is enabled'
field :created_at, Types::TimeType, null: false,
......
......@@ -3553,7 +3553,7 @@ type GrafanaIntegration {
enabled: Boolean!
"""
Url for the Grafana host for the Grafana integration
URL for the Grafana host for the Grafana integration
"""
grafanaUrl: String!
......
......@@ -10207,7 +10207,7 @@
},
{
"name": "grafanaUrl",
"description": "Url for the Grafana host for the Grafana integration",
"description": "URL for the Grafana host for the Grafana integration",
"args": [
],
......
......@@ -577,7 +577,7 @@ Autogenerated return type of EpicTreeReorder
| --- | ---- | ---------- |
| `createdAt` | Time! | Timestamp of the issue's creation |
| `enabled` | Boolean! | Indicates whether Grafana integration is enabled |
| `grafanaUrl` | String! | Url for the Grafana host for the Grafana integration |
| `grafanaUrl` | String! | URL for the Grafana host for the Grafana integration |
| `id` | ID! | Internal ID of the Grafana integration |
| `token` **{warning-solid}** | String! | **Deprecated:** Plain text token has been masked for security reasons. Deprecated in 12.7 |
| `updatedAt` | Time! | Timestamp of the issue's last activity |
......
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