Description
Does not seem to work with the graphql typescript-advanced project created by graphql-cli:
graphql create my-app --boilerplate typescript-advanced
 
Expected results
Generation finishes without errors.
Actual results
An error is thrown:
❌ Some types from your application schema have model definitions that are not defined yet
  
Step 1: Copy/paste the model definitions below to your application
export interface AuthPayload {
  token: string
}
 
Versions
- graphqlgen: 0.6.0-rc9
 
- OS name and version: macOS 10.14.2