I'm using the following AWS Amplify tutorial for Angular:
When I generate the GraphQL API I get red warning messages for the @model directive:
I'm using WebStorm. How can I get my editor to not throw these red warning errors? Do I need to install some @types package or install some plugin?

