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


