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

Regenerate SDKs #211

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Regenerate SDKs #211

wants to merge 1 commit into from

Conversation

carsonp6
Copy link

@carsonp6 carsonp6 commented Dec 6, 2024

No description provided.

@carsonp6 carsonp6 requested review from a team and bsiaotickchong and removed request for a team December 6, 2024 00:03
Copy link
Author

carsonp6 commented Dec 6, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

current_account {
... on Account {
transactions(, first: ${'$'}first, after: ${'$'}after, types: ${'$'}types, after_date: ${'$'}after_date, before_date: ${'$'}before_date, bitcoin_network: ${'$'}bitcoin_network, lightning_node_id: ${'$'}lightning_node_id, statuses: ${'$'}statuses, exclude_failures: ${'$'}exclude_failures) {
transactions(, first: ${'$'}first, after: ${'$'}after, types: ${'$'}types, after_date: ${'$'}after_date, before_date: ${'$'}before_date, bitcoin_network: ${'$'}bitcoin_network, lightning_node_id: ${'$'}lightning_node_id, statuses: ${'$'}statuses, exclude_failures: ${'$'}exclude_failures, max_amount: ${'$'}max_amount, min_amount: ${'$'}min_amount) {
Copy link

Choose a reason for hiding this comment

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

There appears to be a stray comma after the opening parenthesis in the transactions() function call. This should be removed to maintain valid GraphQL syntax.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant