Custom pages missing on “front page” setting

If you want to show all custom post pages then you need to add:

$args = array(
    'post_type' => 'mytype',
    'showposts' => '-1',
);

Hope above code is help