Skip to main content

activeLicenses

Fetches a list of active licenses: every license with an available status that is not expired and still has usages left.

activeLicenses(
filterBy: LicenseFilter
orderBy: LicenseOrder
first: Int
last: Int
after: String
before: String
): LicenseConnection!

Arguments

activeLicenses.filterBy ● LicenseFilter input

Filtering options for the licenses.

activeLicenses.orderBy ● LicenseOrder input

Ordering 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.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.

Type

LicenseConnection object

The connection type for licenses