Commit 6fc74ecf authored by Mario de la Ossa's avatar Mario de la Ossa

GraphQL docs - lowercase description

Lowercasing Iterations -> iterations
parent d6169420
......@@ -5100,7 +5100,7 @@ type Group {
iid: ID
"""
Whether to include ancestor Iterations. Defaults to true
Whether to include ancestor iterations. Defaults to true
"""
includeAncestors: Boolean
......
......@@ -14112,7 +14112,7 @@
},
{
"name": "includeAncestors",
"description": "Whether to include ancestor Iterations. Defaults to true",
"description": "Whether to include ancestor iterations. Defaults to true",
"type": {
"kind": "SCALAR",
"name": "Boolean",
......@@ -19,7 +19,7 @@ module Resolvers
description: 'The internal ID of the Iteration to look up'
argument :include_ancestors, GraphQL::BOOLEAN_TYPE,
required: false,
description: 'Whether to include ancestor Iterations. Defaults to true'
description: 'Whether to include ancestor iterations. Defaults to true'
type Types::IterationType, null: true
......
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