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

Test Utils for Apollo-server #1909

Merged
merged 17 commits into from
Nov 5, 2018
Merged

Test Utils for Apollo-server #1909

merged 17 commits into from
Nov 5, 2018

Commits on Nov 1, 2018

  1. early wip

    JakeDawkins committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    ab409db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f89ed0 View commit details
    Browse the repository at this point in the history
  3. fix typo

    JakeDawkins committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    c912d73 View commit details
    Browse the repository at this point in the history
  4. fixed type errors

    JakeDawkins committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    80670c8 View commit details
    Browse the repository at this point in the history
  5. tested query documents

    JakeDawkins committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    c44fff4 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    3c42751 View commit details
    Browse the repository at this point in the history
  2. Update packages/apollo-server-testing/src/createTestClient.ts

    Co-Authored-By: JakeDawkins <dawkinsjh@gmail.com>
    abernix and JakeDawkins authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    fa59212 View commit details
    Browse the repository at this point in the history
  3. Update packages/apollo-server-testing/src/createTestClient.ts

    Co-Authored-By: JakeDawkins <dawkinsjh@gmail.com>
    abernix and JakeDawkins authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    3f28757 View commit details
    Browse the repository at this point in the history
  4. review

    JakeDawkins committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    25fa509 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. Configuration menu
    Copy the full SHA
    ce52869 View commit details
    Browse the repository at this point in the history
  2. revert package-lock

    JakeDawkins committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    675e52c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a580887 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. remove context mock

    JakeDawkins committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    72b956c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0f5f5 View commit details
    Browse the repository at this point in the history
  3. updated types

    JakeDawkins committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    9af76f9 View commit details
    Browse the repository at this point in the history
  4. fix prettier errors

    JakeDawkins committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    26780e4 View commit details
    Browse the repository at this point in the history
  5. Either query or mutation must be passed, but not both.

    Couldn't actually figure out the right typing here, but the type assertion
    should do the trick.
    abernix committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    8f7b662 View commit details
    Browse the repository at this point in the history