mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-30 00:29:46 +08:00
10 lines
151 B
GraphQL
10 lines
151 B
GraphQL
#import './license-body.gql'
|
|
|
|
query getLicense($workspaceId: String!) {
|
|
workspace(id: $workspaceId) {
|
|
license {
|
|
...licenseBody
|
|
}
|
|
}
|
|
}
|