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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
71 B
GraphQL
Raw Normal View History

query getCurrentLicensePlan {
currentLicense {
id
plan
}
}