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


