Skip to content
Snippets Groups Projects
Commit ff2727fc authored by Brett Walker's avatar Brett Walker
Browse files

Mention group query in GraphQL documentation

parent d693c3e5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -29,7 +29,11 @@ curl --data "value=100" --header "PRIVATE-TOKEN: <your_access_token>" https://gi
 
## Available queries
 
A first iteration of a GraphQL API includes a query for: `project`. Within a project it is also possible to fetch a `mergeRequest` by IID.
A first iteration of a GraphQL API includes the following queries
1. `project` : Within a project it is also possible to fetch a `mergeRequest` by IID.
1. `group` : Only basic group information is currently supported.
 
## GraphiQL
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment