graphqlgen icon indicating copy to clipboard operation
graphqlgen copied to clipboard

Does not work with the typescript-advanced example project

Open Elijen opened this issue 5 years ago • 0 comments

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

Elijen avatar Mar 12 '19 00:03 Elijen