-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
coreRelated to codegen core/cliRelated to codegen core/clistage/0-issue-prerequisitesNeeds more information before we can start working on itNeeds more information before we can start working on it
Description
Issue workflow progress
Progress of the issue based on the Contributor Workflow
- 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox
Make sure to fork this template and runyarn generate
in the terminal.
Please make sure the Codegen and plugins version underpackage.json
matches yours. - 2. A failing test has been provided
- 3. A local solution has been provided
- 4. A pull request is pending review
my gql:
getArticleHeads(
page: Int = 0
): getArticleHeadsResponse
the generated typescript:
export type GetArticleHeadsQueryVariables = Exact<{
page?: InputMaybe<Scalars['Int']>;
}>;
My tsc version is 4.6.3.
jamesball27, dehrhard, ericbiewener, larsfoll and harurang
Metadata
Metadata
Assignees
Labels
coreRelated to codegen core/cliRelated to codegen core/clistage/0-issue-prerequisitesNeeds more information before we can start working on itNeeds more information before we can start working on it