Commit fd764207 authored by Jonathan Schafer's avatar Jonathan Schafer

Change to single quotes

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