Skip to content

Commit

Permalink
Merge pull request #34 from mondaycom/feature/romka/update-readme-images
Browse files Browse the repository at this point in the history
update image url
  • Loading branch information
RomKadria authored Jul 10, 2024
2 parents 603c12f + 7fb9b48 commit 928f7a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ const data = await SeamlessApiClient.query<GetBoardsQuery>(getBoards, variables)

note that after usage, you'l get all the available fields, with no regard to the fields you asked for

![alt text](./public/image.png)
![alt text](https://github.com/mondaycom/monday-graphql-api/blob/main/packages/api/public/image.png)

**But there's a solution, look [here!](https://www.npmjs.com/package/@mondaydotcomorg/setup-api)**
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondaydotcomorg/api",
"version": "4.0.2",
"version": "4.0.3",
"description": "monday.com API client",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/setup-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ This library automates the setup of a development environment for working with t

You can start writing qeuries with auto complete on the types of your queries

![alt text](./public/image-1.png)
![alt text](https://github.com/mondaycom/monday-graphql-api/blob/main/packages/setup-api/public/image-1.png)

After usage, you can get only what you asked for

![alt text](./public/image-2.png)
![alt text](https://github.com/mondaycom/monday-graphql-api/blob/main/packages/setup-api/public/image-2.png)

## What does the script do?

Expand Down
2 changes: 1 addition & 1 deletion packages/setup-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondaydotcomorg/setup-api",
"version": "1.1.1",
"version": "1.1.2",
"description": "monday.com setup api cli",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
Expand Down

0 comments on commit 928f7a2

Please sign in to comment.