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


