Files
AFFiNE-Mirror/packages/frontend/graphql/src/graphql/activate-license.gql
T
2025-02-07 03:35:24 +00:00

6 lines
170 B
GraphQL

mutation activateLicense($workspaceId: String!, $license: String!) {
activateLicense(workspaceId: $workspaceId, license: $license) {
installedAt
validatedAt
}
}