Graphql
How to access the WoopChain API using GraphQL
GraphQL is not supported over WebSocket.GraphQL requests with cURL
The following [`syncing`](../../reference/api/index.md#eth_syncing) request returns data
about the synchronization status.
```bash
curl -X POST -H "Content-Type: application/json" --data '{ "query": "{syncing{startingBlock currentBlock highestBlock}}"}' http://localhost:8547/graphql
```GraphQL requests with GraphiQL app

Pending
Last updated