You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
❌ 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
The text was updated successfully, but these errors were encountered:
Elijen
changed the title
Does not work with the typescript-basic example project
Does not work with the typescript-advanced example project
Mar 12, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Does not seem to work with the graphql typescript-advanced project created by graphql-cli:
Expected results
Generation finishes without errors.
Actual results
An error is thrown:
Versions
The text was updated successfully, but these errors were encountered: