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

feat: use cosmiconfig, update deps #124

Closed
wants to merge 3 commits into from

Commits on Jul 25, 2019

  1. feat: use cosmiconfig, update deps

    uses smart defaults based on conventional expectations in the JS ecosystem
    
    DEPRECATED:
    - Use .graphqlrc or other cosmiconfig variations instead of .graphqlconfig[.y[a]ml].
    
    BREAKING CHANGES:
    - getGraphQLConfig is now async.
    - findGraphQLConfigFile has been removed.
    
    fix kamilkisiela#119
    fix kamilkisiela#116
    fix kamilkisiela#115
    fix kamilkisiela#110
    fix kamilkisiela#109
    fix kamilkisiela#108
    fix kamilkisiela#107
    fix kamilkisiela#99
    fix kamilkisiela#98
    fix kamilkisiela#95
    fix kamilkisiela#93
    fix kamilkisiela#92
    fix kamilkisiela#89
    jednano committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    7a1f3d5 View commit details
    Browse the repository at this point in the history
  2. .graphql -> .graphqlrc

    jedmao authored Jul 25, 2019
    Configuration menu
    Copy the full SHA
    0eb5e4c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. .graphql -> .gql

    jednano committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    92a1569 View commit details
    Browse the repository at this point in the history