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

Follow styleguide for field documentation

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