Skip to main content

licenses

Fetches a list of licenses.

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

Arguments

licenses.filterBy ● LicenseFilter input

Filtering options for the licenses.

licenses.orderBy ● LicenseOrder input

Ordering options for the licenses.

licenses.first ● Int scalar

Returns the first n elements from the list.

licenses.last ● Int scalar

Returns the last n elements from the list.

licenses.after ● String scalar

Returns the elements in the list that come after the specified cursor.

licenses.before ● String scalar

Returns the elements in the list that come before the specified cursor.

Type

LicenseConnection object

The connection type for licenses