5.0.0 • Published 9 months ago

@mondaydotcomorg/api-types v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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'
}
5.0.0

9 months ago

4.0.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

2.0.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago