OBJECT
Information about a license.
type License {# The product for which this license can be used.product: Product! # The quantity of licenses.quantity: Float! # The start date of the support term.termStartDate: DateTime # The end date of the support term.termEndDate: DateTime }