Commit 254405be authored by Alex Kalderimis's avatar Alex Kalderimis

Follow styleguide for field documentation

parent a2af7bfb
......@@ -72,7 +72,7 @@ module Types
description: 'A label available on this group' do
argument :title, GraphQL::STRING_TYPE,
required: true,
description: 'The title of the label'
description: 'Title of the label'
end
def label(title:)
......
......@@ -249,7 +249,7 @@ module Types
description: 'A label available on this project' do
argument :title, GraphQL::STRING_TYPE,
required: true,
description: 'The title of the label'
description: 'Title of the label'
end
def label(title:)
......
......@@ -4657,7 +4657,7 @@ type Group {
"""
label(
"""
The title of the label
Title of the label
"""
title: String!
): Label
......@@ -8408,7 +8408,7 @@ type Project {
"""
label(
"""
The title of the label
Title of the label
"""
title: String!
): Label
......
......@@ -12826,7 +12826,7 @@
"args": [
{
"name": "title",
"description": "The title of the label",
"description": "Title of the label",
"type": {
"kind": "NON_NULL",
"name": null,
......@@ -24728,7 +24728,7 @@
"args": [
{
"name": "title",
"description": "The title of the label",
"description": "Title of the label",
"type": {
"kind": "NON_NULL",
"name": null,
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