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

Null value resolved for non-null field paused #985

Closed
suntzu93 opened this issue Aug 11, 2024 · 1 comment
Closed

Null value resolved for non-null field paused #985

suntzu93 opened this issue Aug 11, 2024 · 1 comment

Comments

@suntzu93
Copy link

I tried to query indexingStatuses with this command :

http -b post http://localhost:9993/graphql \
    query='{ indexingStatuses { subgraph paused synced health node fatalError {message deterministic block { number }} chains {network latestBlock {number} chainHeadBlock {number}}}}';

and got error


{
    "errors": [
        {
            "locations": [
                {
                    "column": 31,
                    "line": 1
                }
            ],
            "message": "Null value resolved for non-null field `paused`"
        }
    ]
}
@suntzu93
Copy link
Author

this merged fix error graphprotocol/graph-node#5551

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

No branches or pull requests

1 participant