Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a2cbc8d4
Commit
a2cbc8d4
authored
Dec 04, 2020
by
Marcin Sedlak-Jakubowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Format IID as uppercase in GraphQL style guide
parent
795b4598
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/development/api_graphql_styleguide.md
doc/development/api_graphql_styleguide.md
+2
-2
No files found.
doc/development/api_graphql_styleguide.md
View file @
a2cbc8d4
...
@@ -611,7 +611,7 @@ descriptions:
...
@@ -611,7 +611,7 @@ descriptions:
Example:
Example:
```
ruby
```
ruby
field
:id
,
GraphQL
::
ID_TYPE
,
description:
'ID of the
I
ssue'
field
:id
,
GraphQL
::
ID_TYPE
,
description:
'ID of the
i
ssue'
field
:confidential
,
GraphQL
::
BOOLEAN_TYPE
,
description:
'Indicates the issue is confidential'
field
:confidential
,
GraphQL
::
BOOLEAN_TYPE
,
description:
'Indicates the issue is confidential'
field
:closed_at
,
Types
::
TimeType
,
description:
'Timestamp of when the issue was closed'
field
:closed_at
,
Types
::
TimeType
,
description:
'Timestamp of when the issue was closed'
```
```
...
@@ -1190,7 +1190,7 @@ argument :project_path, GraphQL::ID_TYPE,
...
@@ -1190,7 +1190,7 @@ argument :project_path, GraphQL::ID_TYPE,
argument
:iid
,
GraphQL
::
STRING_TYPE
,
argument
:iid
,
GraphQL
::
STRING_TYPE
,
required:
true
,
required:
true
,
description:
"The
iid
of the merge request to mutate"
description:
"The
IID
of the merge request to mutate"
argument
:wip
,
argument
:wip
,
GraphQL
::
BOOLEAN_TYPE
,
GraphQL
::
BOOLEAN_TYPE
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment