Skip to content

rewireTypes should recreate types only when necessary #4464

Open
@yaacovCR

Description

@yaacovCR

see graphql/graphql-js#3596 (comment)

mapSchema changes only the requested types, and then calls rewireTypes which unfortunately recreates ALL schema types. This ensures that all fields on all types are pointing to the new types, but it may often be overkill.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions