Skip to main content

licenses

Fetches a list of licenses.

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

Arguments

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.

licenses.filterBy ● LicenseFilter input

Filtering 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.orderBy ● LicenseOrder input

Ordering options for the licenses.

Type

LicenseConnection object

The connection type for licenses