GraphQL docs

This commit is contained in:
alex.sharov 2023-02-21 08:25:06 +07:00
parent f09fd51083
commit 3a4ad0c614
2 changed files with 11 additions and 4 deletions

View File

@ -538,11 +538,11 @@ node.
#### `RPC` ports
| Port | Protocol | Purpose | Expose |
|:----:|:--------:|:-----------------:|:-------:|
| 8545 | TCP | HTTP & WebSockets | Private |
| Port | Protocol | Purpose | Expose |
|:----:|:--------:|:---------------------------:|:-------:|
| 8545 | TCP | HTTP & WebSockets & GraphQL | Private |
Typically, 8545 is exposed only internally for JSON-RPC queries. Both HTTP and WebSocket connections are on the same
Typically, 8545 is exposed only internally for JSON-RPC queries. Both HTTP and WebSocket and GraphQL are on the same
port.
#### `sentry` ports

View File

@ -330,6 +330,13 @@ The following table shows the current implementation status of Erigon's RPC daem
| bor_getCurrentValidators | Yes | Bor only |
| bor_getRootHash | Yes | Bor only |
### GraphQL
| Command | Avail | Notes |
|--------------------------------------------|---------|--------------------------------------|
| GetBlockDetails | Yes | |
| GetChainID | Yes | |
This table is constantly updated. Please visit again.
### Securing the communication between RPC daemon and Erigon instance via TLS and authentication