GitLab · GraphQL Specification

GitLab GraphQL API

GraphQL is a query language for APIs. You can use it to request the exact data you need, and therefore limit the number of requests you need. GraphQL data is arranged in types, so your client can use client-side GraphQL libraries to consume the API and avoid manual parsing. There are no fixed endpoints and no data model, so you can add to the API without creating breaking changes. This enables us to have a versionless API.

Documentation Endpoint View on GitHub CodePlatformSoftware DevelopmentSource ControlGraphQL

Overview

GitLab GraphQL API is a GraphQL API specification published by GitLab on the APIs.io network.

GraphQL is a query language for APIs. You can use it to request the exact data you need, and therefore limit the number of requests you need. GraphQL data is arranged in types, so your client can use client-side GraphQL libraries to consume the API and avoid manual parsing. There are no fixed endpoints and no data model, so you can add to the API without creating breaking changes. This enables us to have a versionless API.

The GraphQL endpoint is available at https://gitlab.com/api/graphql. documentation is published at https://docs.gitlab.com/ee/api/graphql/.

The specification includes 3 reference links.

Tagged areas include Code, Platform, Software Development, and Source Control.

Endpoint

https://gitlab.com/api/graphql

References

Related API Specs

GitLab Groups API (OpenAPI) GitLab Projects API (OpenAPI) GitLab Admin API (OpenAPI) GitLab Applications API (OpenAPI) GitLab Avatar API (OpenAPI) GitLab Broadcast Messages API (OpenAPI) GitLab Bulk Imports API (OpenAPI) GitLab Application Settings API (OpenAPI) GitLab Metadata API (OpenAPI) GitLab Version API (OpenAPI) GitLab REST API (OpenAPI) GitLab OAuth 2.0 API (OpenAPI) GitLab Webhooks (OpenAPI)
Back to GitLab · All GraphQL Specs · GitHub