Commit fd764207 authored by Jonathan Schafer's avatar Jonathan Schafer

Change to single quotes

parent 2a66862c
...@@ -5,9 +5,9 @@ module Types ...@@ -5,9 +5,9 @@ module Types
graphql_name 'IssuableState' graphql_name 'IssuableState'
description 'State of a GitLab issue or merge request' description 'State of a GitLab issue or merge request'
value 'opened', description: "In open state" value 'opened', description: 'In open state'
value 'closed', description: "In closed state" value 'closed', description: 'In closed state'
value 'locked', description: "Discussion has been locked" value 'locked', description: 'Discussion has been locked'
value 'all', description: 'All available' value 'all', description: 'All available'
end end
end end
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