Skip to content

Conversation

@carsonp6
Copy link

@carsonp6 carsonp6 commented Dec 6, 2024

No description provided.

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

carsonp6 commented Dec 6, 2024

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

entity(id: $entity_id) {
... 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 is a syntax error in the GraphQL query - an extra comma appears after transactions(. The comma should be removed to make this valid GraphQL syntax.

Spotted by Graphite Reviewer

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

@carsonp6 carsonp6 closed this Jan 19, 2025
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.

2 participants