courseItemForms
Fetch paginated course item forms collection
Arguments
Returns
CustomModuleFormPaginationConnection Example
query courseItemForms( $after: String $before: String $first: Int $last: Int) { courseItemForms(after: $after, before: $before, first: $first, last: $last) { edges nodes page_info total_count }}