Copy {
vestingSchedules(first: 10) {
cliffAmount
cliffAndFlowExpirationAt
cliffDate
tasks {
id
}
endDate
cliffAndFlowExecutedAt
createdAt
startDate
flowRate
superToken
}
}
Copy {
tokenSenderReceiverCursor(
id: "0x288398f314d472b82c44855f3f6ff20b633c2a97-0x9be85a79d847dfa90584f3fd40cc1f6d4026e2b9-0xf9ce34dfcd3cc92804772f3022af27bcd5e43ff2"
) {
currentVestingSchedule {
startDate
endDate
cliffDate
endExecutedAt
cliffAndFlowExecutedAt
}
currentCliffAndFlowTask {
executedAt
executionAt
expirationAt
failedAt
}
currentEndVestingTask {
executedAt
executionAt
expirationAt
failedAt
}
}
}
Copy {
vestingSchedules(where:{
and: [
{sender: "0x9be85a79d847dfa90584f3fd40cc1f6d4026e2b9"}
{receiver:"0xf9ce34dfcd3cc92804772f3022af27bcd5e43ff2"}
]
}) {
sender
receiver
startDate
cliffDate
cliffAmount
flowRate
endDate
tasks {
type
executionAt
expirationAt
}
}
}