sushiswap-watcher-ts/packages/route-processor-watcher/src/gql/mutations/watchContract.gql
2024-06-06 18:24:45 +05:30

3 lines
210 B
GraphQL

mutation watchContract($address: String!, $kind: String!, $checkpoint: Boolean!, $startingBlock: Int){
watchContract(address: $address, kind: $kind, checkpoint: $checkpoint, startingBlock: $startingBlock)
}