gitlab-org--gitlab-foss/app/assets/javascripts/security_configuration/graphql/current_license.query.graphql

7 lines
71 B
GraphQL

query getCurrentLicensePlan {
currentLicense {
id
plan
}
}