-
Notifications
You must be signed in to change notification settings - Fork 10
Doc 1383/add documentation and a guide about updating a capital deposit #458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Doc 1383/add documentation and a guide about updating a capital deposit #458
Conversation
✅ Deploy Preview for incomparable-tiramisu-91a96a ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
||
## Guide {#steps} | ||
|
||
1. Call the `updateCapitalDepositShareholderAmount` mutation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Call the `updateCapitalDepositShareholderAmount` mutation. | |
1. Call the `updateCapitalDepositShareholderAmount` mutation (line 2). |
## Guide {#steps} | ||
|
||
1. Call the `updateCapitalDepositShareholderAmount` mutation. | ||
1. Add the shareholder ID. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Add the shareholder ID. | |
1. Add the shareholder ID (line 3). |
|
||
1. Call the `updateCapitalDepositShareholderAmount` mutation. | ||
1. Add the shareholder ID. | ||
1. Add the updated amount in the `amount` field. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Add the updated amount in the `amount` field. | |
1. Add the updated amount in the `amount` field (line 3). |
|
||
```graphql {2-3} showLineNumbers | ||
mutation UpdateShareholderAmount { | ||
updateCapitalDepositShareholderAmount( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This field can't be queried, so I guess it's not live yet?
Maybe wait before publishing or double-check the name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Call the `updateCapitalDepositShareholderAmount` mutation. | ||
1. Add the shareholder ID. | ||
1. Add the updated amount in the `amount` field. | ||
1. Add the success payload and any information you'd like to receive. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Add the success payload and any information you'd like to receive. | |
1. Add the `UpdateCapitalDepositShareholderAmountSuccessPayload` and any information you'd like to receive. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work! Left a few comments to consider.
No description provided.