graphQL email verification using absinthe phoenix

Hi,

How to add email account verification to absinthe phoenix web app?

I implemented signup mutation with email sending functionality using Swoosh.

I also saw this article Adding an Email Verification Flow With Phoenix, but I’m not sure if it’s applicable to absinthe phoenix.

Any suggestions?