Commit b7d48b86 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'msedlakjakubowski-master-patch-91097' into 'master'

Format IID as uppercase in GraphQL style guide

See merge request gitlab-org/gitlab!49216
parents f0b3bb41 a2cbc8d4
......@@ -611,7 +611,7 @@ descriptions:
Example:
```ruby
field :id, GraphQL::ID_TYPE, description: 'ID of the Issue'
field :id, GraphQL::ID_TYPE, description: 'ID of the issue'
field :confidential, GraphQL::BOOLEAN_TYPE, description: 'Indicates the issue is confidential'
field :closed_at, Types::TimeType, description: 'Timestamp of when the issue was closed'
```
......@@ -1190,7 +1190,7 @@ argument :project_path, GraphQL::ID_TYPE,
argument :iid, GraphQL::STRING_TYPE,
required: true,
description: "The iid of the merge request to mutate"
description: "The IID of the merge request to mutate"
argument :wip,
GraphQL::BOOLEAN_TYPE,
......
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