Enable Gutenberg on custom post type

I encountered difficulty enabling Gutenberg in custom post types, but I discovered that setting show_in_rest to true is necessary for it to appear in the backend.

So do the following:

'show_in_rest' => true,