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


