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