inactiveLicenses
Fetches a list of inactive licenses: every license that is not available, is expired, or has no usages left.
inactiveLicenses(
after: String
before: String
filterBy: LicenseFilter
first: Int
last: Int
orderBy: LicenseOrder
): LicenseConnection!
Arguments
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.
inactiveLicenses.filterBy
● LicenseFilter
input
Filtering 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.orderBy
● LicenseOrder
input
Ordering options for the licenses.
Type
LicenseConnection
object
The connection type for licenses