hyperopts
No description
hyperopts(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: [HyperoptOrder!]
where: HyperoptWhereInput
): HyperoptConnection!
Arguments
hyperopts.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
hyperopts.first ● Int scalar
Returns the first _n_ elements from the list.
hyperopts.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
hyperopts.last ● Int scalar
Returns the last _n_ elements from the list.
hyperopts.orderBy ● [HyperoptOrder!] list input
Ordering options for Hyperopts returned from the connection.
hyperopts.where ● HyperoptWhereInput input
Filtering options for Hyperopts returned from the connection.
Type
HyperoptConnection object
A connection to a list of items.