Skip to content

Cannot find name 'InputMaybe'. #7774

@UchihaYuki

Description

@UchihaYuki

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 run yarn generate in the terminal.
    Please make sure the Codegen and plugins version under package.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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreRelated to codegen core/clistage/0-issue-prerequisitesNeeds more information before we can start working on it

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions