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
640b348b
Commit
640b348b
authored
Feb 18, 2021
by
Alex Kalderimis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include note about RubyMine
parent
baedeb4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
doc/development/fe_guide/graphql.md
doc/development/fe_guide/graphql.md
+8
-1
No files found.
doc/development/fe_guide/graphql.md
View file @
640b348b
...
...
@@ -777,7 +777,14 @@ Some of our tests load the schema JSON files. To generate these files, run:
bundle
exec
rake gitlab:graphql:schema:dump
```
You should run this task after pulling from upstream.
You should run this task after pulling from upstream, or when rebasing your
branch. This is run automatically as part of
`gdk update`
.
NOTE:
If you use the RubyMine IDE, and have marked the
`tmp`
directory as
"Excluded", you should "Mark Directory As -> Not Excluded" for
`gitlab/tmp/tests/graphql`
. This will allow the
**JS GraphQL**
plugin to
automatically find and index the schema.
#### Mocking response as component data
...
...
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