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
9eecfb3e
Commit
9eecfb3e
authored
Jul 11, 2020
by
Allison Browne
Committed by
Michael Kozono
Jul 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Graphql Query Type: Order type User type above Users
parent
7ee1b1f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
app/graphql/types/query_type.rb
app/graphql/types/query_type.rb
+5
-5
No files found.
app/graphql/types/query_type.rb
View file @
9eecfb3e
...
...
@@ -47,6 +47,11 @@ module Types
null:
false
,
description:
'Fields related to design management'
field
:user
,
Types
::
UserType
,
null:
true
,
description:
'Find a user'
,
resolver:
Resolvers
::
UserResolver
field
:users
,
Types
::
UserType
.
connection_type
,
null:
true
,
description:
'Find users'
,
...
...
@@ -56,11 +61,6 @@ module Types
description:
'Text to echo back'
,
resolver:
Resolvers
::
EchoResolver
field
:user
,
Types
::
UserType
,
null:
true
,
description:
'Find a user'
,
resolver:
Resolvers
::
UserResolver
def
design_management
DesignManagementObject
.
new
(
nil
)
end
...
...
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