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

fix: prevent invalid graphql field names from being created #3994

Merged
merged 4 commits into from
Feb 12, 2018

Commits on Feb 12, 2018

  1. fix: prevent invalid graphql field names from being created

    Note: This will currently transform (for example) `/*` into `_` so I'm not quite sure what the best course of action is to replace that
    
    Fixes gatsbyjs#3487; Fixes gatsbyjs#2925
    DSchau committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    ea653be View commit details
    Browse the repository at this point in the history
  2. chore: revert yarn lock change

    DSchau committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    560d058 View commit details
    Browse the repository at this point in the history
  3. test: simplify tests

    DSchau committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    563b271 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3836521 View commit details
    Browse the repository at this point in the history