customModules
Fetch paginated copied fields (is_custom custom modules) for the current user
Arguments
Returns
CustomModulePaginationConnection Example
query customModules( $keywords: String $after: String $before: String $first: Int $last: Int) { customModules( keywords: $keywords after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}