Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theplenkov-npm/gitlab-graphql-types
https://github.com/theplenkov-npm/gitlab-graphql-types
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/theplenkov-npm/gitlab-graphql-types
- Owner: theplenkov-npm
- License: mit
- Created: 2021-11-01T14:24:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T14:32:19.000Z (over 2 years ago)
- Last Synced: 2024-09-16T14:17:58.533Z (3 months ago)
- Language: TypeScript
- Size: 880 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)