debian-mirror-gitlab/app/assets/javascripts/security_configuration/graphql/current_license.query.graphql
2022-07-16 19:58:13 +02:00

6 lines
71 B
GraphQL

query getCurrentLicensePlan {
currentLicense {
id
plan
}
}