2.0.0 • Published 1 month ago

@mondaydotcomorg/api-types v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Monday GraphQL TS Types

This SDK provides you with all the types needed to interact with monday.com's GraphQL API. The SDK is supported in both Node.js and browser environments

Installation

npm install --save-dev @mondaydotcomorg/api-types

Usage

The package exports all the types used by the SDK, so you can use them in your code.

import type { User } from '@mondaydotcomorg/api-types';

const user: User = {
    id: '123',
    name: 'John Doe',
    email: 'john.doe@someorg.com'
}
1.0.1

2 months ago

1.0.0

2 months ago

2.0.0

1 month ago

0.1.1

2 months ago

0.1.0

3 months ago