https://github.com/mondaycom/monday-graphql-api
https://github.com/mondaycom/monday-graphql-api
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mondaycom/monday-graphql-api
- Owner: mondaycom
- Created: 2024-01-21T08:49:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T11:22:32.000Z (over 1 year ago)
- Last Synced: 2025-03-02T12:26:51.522Z (over 1 year ago)
- Language: TypeScript
- Size: 661 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monday GraphQL SDKs Monorepo
This monorepo contains all the packages for the monday.com GraphQL SDKs. Currently, it holds the following packages:
- [@mondaydotcomorg/api](./packages/api) - Our official sdk, used to make api calls
- [@mondaydotcomorg/api-types](./packages/api-types) - Types
- [@mondaydotcomorg/setup-api](./packages/setup-api) - After installing the api, use this to setup typed api environment
## Usage of generated code
The packages in this monorepo contain files that are generated using monday.com's sdk generator, you will find them inside the `generated` folder of each package.
Contributions to this code are only accepted in files that were not generated. If you think that a change is needed in the generated code, please open an issue and we will look into it.