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

feat: update mutations to use input object type, add idempotencyKey #1398

Merged
merged 41 commits into from
May 9, 2023

Conversation

mkurapov
Copy link
Contributor

@mkurapov mkurapov commented May 1, 2023

Changes proposed in this pull request

  • Add optional idempotencyKey to non-liquidity mutations
  • Convert mutations to all use input objects (some of them were just using single primitive parameters, like deletePeer revokePaymentPointerKey triggerPaymentPointerEvents)

Context

  • Related Postman PR

Checklist

  • Related issues linked using fixes #number
  • Tests added/updated
  • Documentation added
  • Make sure that all checks pass

mkurapov added 30 commits April 13, 2023 13:01
# Conflicts:
#	packages/backend/package.json
#	pnpm-lock.yaml
@github-actions github-actions bot added pkg: backend Changes in the backend package. pkg: frontend Changes in the frontend package. pkg: mock-ase type: source Changes business logic type: tests Testing related labels May 1, 2023
@@ -231,13 +235,6 @@ input HttpOutgoingInput {
endpoint: String!
}

input AssetInput {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wasn't used

@mkurapov mkurapov marked this pull request as ready for review May 1, 2023 21:26
@mkurapov mkurapov requested a review from sabineschaller May 1, 2023 22:32
Copy link
Member

@sabineschaller sabineschaller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Base automatically changed from 382/mk/adding-key to main May 9, 2023 08:38
# Conflicts:
#	localenv/mock-account-servicing-entity/generated/graphql.ts
#	packages/backend/src/graphql/generated/graphql.ts
#	packages/frontend/app/generated/graphql.ts
@mkurapov mkurapov merged commit 5fa3662 into main May 9, 2023
@mkurapov mkurapov deleted the 382/mk/add-optional-key branch May 9, 2023 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: backend Changes in the backend package. pkg: frontend Changes in the frontend package. pkg: mock-ase type: source Changes business logic type: tests Testing related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants