Commit 631851d9 authored by Sarah Groff Hennigh-Palermo's avatar Sarah Groff Hennigh-Palermo

Merge branch 'lm-update-gql-config-name' into 'master'

Updates description for `name` argument in CiTemplate Resolver

See merge request gitlab-org/gitlab!65850
parents 61af523d c7ba2889
...@@ -6,7 +6,7 @@ module Resolvers ...@@ -6,7 +6,7 @@ module Resolvers
type Types::Ci::TemplateType, null: true type Types::Ci::TemplateType, null: true
argument :name, GraphQL::STRING_TYPE, required: true, argument :name, GraphQL::STRING_TYPE, required: true,
description: 'Name of the CI/CD template to search for.' description: 'Name of the CI/CD template to search for. Template must be formatted as `Name.gitlab-ci.yml`.'
alias_method :project, :object alias_method :project, :object
......
...@@ -11596,7 +11596,7 @@ Returns [`CiTemplate`](#citemplate). ...@@ -11596,7 +11596,7 @@ Returns [`CiTemplate`](#citemplate).
| Name | Type | Description | | Name | Type | Description |
| ---- | ---- | ----------- | | ---- | ---- | ----------- |
| <a id="projectcitemplatename"></a>`name` | [`String!`](#string) | Name of the CI/CD template to search for. | | <a id="projectcitemplatename"></a>`name` | [`String!`](#string) | Name of the CI/CD template to search for. Template must be formatted as `Name.gitlab-ci.yml`. |
##### `Project.clusterAgent` ##### `Project.clusterAgent`
......
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