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

Sync type TS definitions with Flow #2109

Merged
merged 7 commits into from Aug 23, 2019

Commits on Aug 23, 2019

  1. Sync type TS definitions with Flow

    Specifically:
    Add `extensions` field in lots of places
    Reorder fields
    
    Both this and graphql#2106 add Path.d.ts, but they're the same. If theres a merge conflict, just pick one.
    Jackson Kearl committed Aug 23, 2019
    Copy the full SHA
    1bb35bb View commit details
    Browse the repository at this point in the history
  2. unknown => any, to target TS@2.6

    Jackson Kearl committed Aug 23, 2019
    Copy the full SHA
    ada8f87 View commit details
    Browse the repository at this point in the history
  3. Widen introspectionTypes type to GraphQLType[]

    Jackson Kearl committed Aug 23, 2019
    Copy the full SHA
    83c5eb8 View commit details
    Browse the repository at this point in the history
  4. use Maybe<Readonly<Record<...>>> as extension type

    Jackson Kearl committed Aug 23, 2019
    Copy the full SHA
    c0d52b5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c26283e View commit details
    Browse the repository at this point in the history
  6. Remove ResponsePath export (now jsutils/Path)

    Jackson Kearl committed Aug 23, 2019
    Copy the full SHA
    b2ee4c4 View commit details
    Browse the repository at this point in the history
  7. More removal of ResponsePath

    Jackson Kearl committed Aug 23, 2019
    Copy the full SHA
    e0bf6dc View commit details
    Browse the repository at this point in the history