Skip to content
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

createLiquidityWithdrawal Mutation Resolver #127

Closed
Tracked by #76
wilsonianb opened this issue Sep 16, 2021 · 1 comment
Closed
Tracked by #76

createLiquidityWithdrawal Mutation Resolver #127

wilsonianb opened this issue Sep 16, 2021 · 1 comment
Assignees
Labels
pkg: interledger Changes in the interledger package. team: core Contributions assigned to the Rafiki core team type: enhancement New feature or request

Comments

@wilsonianb
Copy link
Contributor

No description provided.

@wilsonianb wilsonianb added type: enhancement New feature or request pkg: interledger Changes in the interledger package. team: core Contributions assigned to the Rafiki core team labels Sep 16, 2021
@wilsonianb wilsonianb self-assigned this Sep 16, 2021
@wilsonianb
Copy link
Contributor Author

resolved by:

There's now:

"Create liquidity withdrawal from peer"
createPeerLiquidityWithdrawal(
input: CreatePeerLiquidityWithdrawalInput!
): LiquidityMutationResponse
"Create liquidity withdrawal from asset"
createAssetLiquidityWithdrawal(
input: CreateAssetLiquidityWithdrawalInput!
): LiquidityMutationResponse
"Create liquidity withdrawal from Open Payments account"
createAccountWithdrawal(
input: CreateAccountWithdrawalInput!
): AccountWithdrawalMutationResponse
"Create liquidity withdrawal from invoice"
createInvoiceWithdrawal(
input: CreateInvoiceWithdrawalInput!
): InvoiceWithdrawalMutationResponse
"Create liquidity withdrawal from outgoing payment"
createOutgoingPaymentWithdrawal(
input: CreateOutgoingPaymentWithdrawalInput!
): OutgoingPaymentWithdrawalMutationResponse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: interledger Changes in the interledger package. team: core Contributions assigned to the Rafiki core team type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant