inactiveLicenses
Fetches a list of inactive licenses: every license that is not available, is expired, or has no usages left.
inactiveLicenses(
filterBy: LicenseFilter
orderBy: LicenseOrder
first: Int
last: Int
after: String
before: String
): LicenseConnection!
Arguments
inactiveLicenses.filterBy ● LicenseFilter input
Filtering options for the licenses.
inactiveLicenses.orderBy ● LicenseOrder input
Ordering options for the licenses.
inactiveLicenses.first ● Int scalar
Returns the first n elements from the list.
inactiveLicenses.last ● Int scalar
Returns the last n elements from the list.
inactiveLicenses.after ● String scalar
Returns the elements in the list that come after the specified cursor.
inactiveLicenses.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Type
LicenseConnection object
The connection type for licenses