Skip to main content

hubs

Reads a set of Hub.

hubs(
first: Int
offset: Int
orderBy: [HubsOrderBy!]
condition: HubCondition
filter: HubFilter
): [Hub!]

Arguments

hubs.first ● Int scalar

Only read the first n values of the set.

hubs.offset ● Int scalar

Skip the first n values.

hubs.orderBy ● [HubsOrderBy!] list enum

The method to use when ordering Hub.

hubs.condition ● HubCondition input

A condition to be used in determining which values should be returned by the collection.

hubs.filter ● HubFilter input

A filter to be used in determining which values should be returned by the collection.

Type

Hub object