Skip to main content

supEvalKitSearch

Searches evaluation kits.

supEvalKitSearch(
after: String
before: String
first: Int
last: Int
order: [SupEvalKitSortInput!]
where: SupEvalKitSearchFilterInput
): SupEvalKitConnection

Arguments

supEvalKitSearch.after ● String scalar

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

supEvalKitSearch.before ● String scalar

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

supEvalKitSearch.first ● Int scalar

Returns the first _n_ elements from the list.

supEvalKitSearch.last ● Int scalar

Returns the last _n_ elements from the list.

supEvalKitSearch.order ● [SupEvalKitSortInput!] list input

supEvalKitSearch.where ● SupEvalKitSearchFilterInput input

Type

SupEvalKitConnection object

A connection to a list of items.