6 lines
71 B
GraphQL
6 lines
71 B
GraphQL
query getCurrentLicensePlan {
|
|
currentLicense {
|
|
id
|
|
plan
|
|
}
|
|
}
|