mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 10:36:22 +08:00
10 lines
169 B
GraphQL
10 lines
169 B
GraphQL
mutation resumeSubscription($idempotencyKey: String!) {
|
|
resumeSubscription(idempotencyKey: $idempotencyKey) {
|
|
id
|
|
status
|
|
nextBillAt
|
|
start
|
|
end
|
|
}
|
|
}
|