Fetch Blockchains
Update a specific contact's details
Get Blockchain Details
query Blockchains($where: BlockchainWhereInput) {
blockchains(where: $where) {
id
name
code
}
}Headers
Name
Value
Body (BlockchainWhereInput) object
Name
Type
Description
Response
Name
Type
Description