Skip to content

Any type with "Query" in its name gets ignored #167

@ctrlplusb

Description

@ctrlplusb

For example;

type QueryFruitItem = {
  name: String!
}

type FruitsResponse = {
  items: [QueryFruitItem!]!
}

The generated schemas will not contain a function QueryFruitItemSchema() {.

Using the zod schema config, unaware if the same issue stands for the other output types.

Amazing idea this plugin btw 🤩

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions