Skip to content

Commit

Permalink
feat: added org related mutations
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth9890 committed Nov 9, 2023
1 parent 7e70fb5 commit 09c668f
Show file tree
Hide file tree
Showing 6 changed files with 1,393 additions and 3,824 deletions.
9 changes: 6 additions & 3 deletions .meshrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ sources:
handler:
graphql:
endpoint: https://develop.protocol.mygateway.xyz/v1/graphql
method: 'POST'
useGETForQueries: false

transforms:
- filterSchema:
mode: bare
filters:
- Query.!transaction
- Query.!transactions
customFetch: ./custom-fetch.ts

sdk:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@graphql-mesh/cli": "^0.87.14",
"@graphql-mesh/graphql": "^0.95.7",
"@graphql-mesh/runtime": "^0.96.11",
"@graphql-mesh/transform-filter-schema": "^0.96.0",
"@types/node": "^20.8.4",
"@whatwg-node/fetch": "^0.9.13",
"graphql": "^16.8.1"
Expand Down
Loading

0 comments on commit 09c668f

Please sign in to comment.