webinars
No description
webinars(
first: Int! = 1000
orderBy: [QueryWebinarsOrderByRelationOrderByClause!]
page: Int
where: QueryWebinarsWhereWhereConditions
): WebinarPaginator!
Arguments
webinars.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 1000.
webinars.orderBy ● [QueryWebinarsOrderByRelationOrderByClause!] list input
webinars.page ● Int scalar
The offset from which items are returned.
webinars.where ● QueryWebinarsWhereWhereConditions input
Type
WebinarPaginator object
A paginated list of Webinar items.


