Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[utils] fix broken sofa-api schema #1928

Closed
wants to merge 1 commit into from

Commits on Aug 19, 2020

  1. [utils] remove really weird piece of code

    I got a bug while using the new version of sofa-api.
    
    Not nullable fields for some reason got unexpected suffix like
    `status` -> `statusUserStatusNonNull`.
    
    I tracked the issue to @graphql-util/utils and tried to drop the code.
    My app started working. Tests still passed and there is not comments
    why this code is necessary.
    TrySound committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    9580912 View commit details
    Browse the repository at this point in the history