Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theplenkov-npm/gitlab-graphql-types


https://github.com/theplenkov-npm/gitlab-graphql-types

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Generated Gitlab graphQL api TypeScript types

Gitlab type definitions generated from Gitlab graphQL api schema

## Installation
```
npm install -D gitlab-graphql-types
```

## Conusming
```
import {Project} from "gitlab-graphql-types";
```
then later enjoy using it:
![image](https://user-images.githubusercontent.com/6381507/139755499-8b0d44a9-efd0-4755-a9e1-67084e9c2a9d.png)