mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 22:09:08 +08:00
6 lines
170 B
GraphQL
6 lines
170 B
GraphQL
mutation activateLicense($workspaceId: String!, $license: String!) {
|
|
activateLicense(workspaceId: $workspaceId, license: $license) {
|
|
installedAt
|
|
validatedAt
|
|
}
|
|
} |