Commit 63488614 authored by Amy Qualls's avatar Amy Qualls

Standardize search query descriptions

Attempts to standardize a few more search query descriptions.
parent 2b8072a2
...@@ -19,7 +19,7 @@ module Resolvers ...@@ -19,7 +19,7 @@ module Resolvers
required: false required: false
argument :search, GraphQL::STRING_TYPE, argument :search, GraphQL::STRING_TYPE,
description: 'Search criteria for filtering alerts. This will search on title, description, service, monitoring_tool.', description: 'Search query for title, description, service, or monitoring_tool.',
required: false required: false
argument :assignee_username, GraphQL::STRING_TYPE, argument :assignee_username, GraphQL::STRING_TYPE,
......
...@@ -6,7 +6,7 @@ module Resolvers ...@@ -6,7 +6,7 @@ module Resolvers
type Types::AlertManagement::AlertStatusCountsType, null: true type Types::AlertManagement::AlertStatusCountsType, null: true
argument :search, GraphQL::STRING_TYPE, argument :search, GraphQL::STRING_TYPE,
description: 'Search criteria for filtering alerts. This will search on title, description, service, monitoring_tool.', description: 'Search query for title, description, service, or monitoring_tool.',
required: false required: false
argument :assignee_username, GraphQL::STRING_TYPE, argument :assignee_username, GraphQL::STRING_TYPE,
......
...@@ -13512,7 +13512,7 @@ type Project { ...@@ -13512,7 +13512,7 @@ type Project {
iid: String iid: String
""" """
Search criteria for filtering alerts. This will search on title, description, service, monitoring_tool. Search query for title, description, service, or monitoring_tool.
""" """
search: String search: String
...@@ -13537,7 +13537,7 @@ type Project { ...@@ -13537,7 +13537,7 @@ type Project {
assigneeUsername: String assigneeUsername: String
""" """
Search criteria for filtering alerts. This will search on title, description, service, monitoring_tool. Search query for title, description, service, or monitoring_tool.
""" """
search: String search: String
): AlertManagementAlertStatusCountsType ): AlertManagementAlertStatusCountsType
...@@ -13577,7 +13577,7 @@ type Project { ...@@ -13577,7 +13577,7 @@ type Project {
last: Int last: Int
""" """
Search criteria for filtering alerts. This will search on title, description, service, monitoring_tool. Search query for title, description, service, or monitoring_tool.
""" """
search: String search: String
......
...@@ -39769,7 +39769,7 @@ ...@@ -39769,7 +39769,7 @@
}, },
{ {
"name": "search", "name": "search",
"description": "Search criteria for filtering alerts. This will search on title, description, service, monitoring_tool.", "description": "Search query for title, description, service, or monitoring_tool.",
"type": { "type": {
"kind": "SCALAR", "kind": "SCALAR",
"name": "String", "name": "String",
...@@ -39802,7 +39802,7 @@ ...@@ -39802,7 +39802,7 @@
"args": [ "args": [
{ {
"name": "search", "name": "search",
"description": "Search criteria for filtering alerts. This will search on title, description, service, monitoring_tool.", "description": "Search query for title, description, service, or monitoring_tool.",
"type": { "type": {
"kind": "SCALAR", "kind": "SCALAR",
"name": "String", "name": "String",
...@@ -39873,7 +39873,7 @@ ...@@ -39873,7 +39873,7 @@
}, },
{ {
"name": "search", "name": "search",
"description": "Search criteria for filtering alerts. This will search on title, description, service, monitoring_tool.", "description": "Search query for title, description, service, or monitoring_tool.",
"type": { "type": {
"kind": "SCALAR", "kind": "SCALAR",
"name": "String", "name": "String",
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