thirdPartyForms
No description
thirdPartyForms(
orderBy: [QueryThirdPartyFormsOrderByOrderByClause!]
where: QueryThirdPartyFormsWhereWhereConditions
first: Int!
page: Int
): ThirdPartyFormPaginator!
Arguments
thirdPartyForms.orderBy ● [QueryThirdPartyFormsOrderByOrderByClause!] list input
thirdPartyForms.where ● QueryThirdPartyFormsWhereWhereConditions input
thirdPartyForms.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
thirdPartyForms.page ● Int scalar
The offset from which items are returned.
Type
ThirdPartyFormPaginator object
A paginated list of ThirdPartyForm items.


