Skip to main content

Graphql Visual Example Links

Overview

You can visit here and copy the code below to query the corresponding result

Code Example

query{
caHolderInfo(dto:{skipCount:0,maxResultCount:100}){
chainId
caAddress
caHash
originChainId
managerInfos {
address
extraData
}
}
}

Expected Result

Graphql Expected Result