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
54ffc0c2
Commit
54ffc0c2
authored
Jan 16, 2020
by
Tetiana Chupryna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about GraphiQL
parent
e6868abd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
doc/development/api_graphql_styleguide.md
doc/development/api_graphql_styleguide.md
+7
-1
No files found.
doc/development/api_graphql_styleguide.md
View file @
54ffc0c2
...
@@ -21,6 +21,12 @@ and in [PDF](https://gitlab.com/gitlab-org/create-stage/uploads/8e78ea7f326b2ef6
...
@@ -21,6 +21,12 @@ and in [PDF](https://gitlab.com/gitlab-org/create-stage/uploads/8e78ea7f326b2ef6
Everything covered in this deep dive was accurate as of GitLab 11.9, and while specific
Everything covered in this deep dive was accurate as of GitLab 11.9, and while specific
details may have changed since then, it should still serve as a good introduction.
details may have changed since then, it should still serve as a good introduction.
## GraphiQL
GraphiQL is an interactive GraphQL API explorer where you can play around with existing queries.
You can access it in any GitLab environment on
`https://<your-gitlab-site.com>/-/graphql-explorer`
.
For example, the one for
[
GitLab.com
](
https://gitlab.com/-/graphql-explorer
)
.
## Authentication
## Authentication
Authentication happens through the
`GraphqlController`
, right now this
Authentication happens through the
`GraphqlController`
, right now this
...
@@ -335,7 +341,7 @@ field :id, GraphQL::ID_TYPE, description: 'ID of the resource'
...
@@ -335,7 +341,7 @@ field :id, GraphQL::ID_TYPE, description: 'ID of the resource'
Descriptions of fields and arguments are viewable to users through:
Descriptions of fields and arguments are viewable to users through:
-
The
[
GraphiQL explorer
](
../api/graphql/
#graphiql
)
.
-
The
[
GraphiQL explorer
](
#graphiql
)
.
-
The
[
static GraphQL API reference
](
../api/graphql/#reference
)
.
-
The
[
static GraphQL API reference
](
../api/graphql/#reference
)
.
### Description styleguide
### Description styleguide
...
...
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