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

createRequest with transforms API #724

Closed
wants to merge 40 commits into from
Closed

createRequest with transforms API #724

wants to merge 40 commits into from

Commits on Apr 9, 2018

  1. createBatchOperation with transforms API

    Mike Fix authored and Mike Fix committed Apr 9, 2018
    Copy the full SHA
    f9c46be View commit details
    Browse the repository at this point in the history
  2. Merge branch 'next-api' of git://github.com/apollographql/graphql-too…

    …ls into apollographql-next-api
    Mike Fix authored and Mike Fix committed Apr 9, 2018
    Copy the full SHA
    33dcd04 View commit details
    Browse the repository at this point in the history
  3. Fix tests for adjacent fields in fragments

    Mike Fix authored and Mike Fix committed Apr 9, 2018
    Copy the full SHA
    db3a233 View commit details
    Browse the repository at this point in the history
  4. remove createDocument that is no longer used or exported

    Mike Fix authored and Mike Fix committed Apr 9, 2018
    Copy the full SHA
    b3a97c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. WIP fix createOperation API (thanks freiksenet)

     - Extract OperationRootDefinition type
    Mike Fix authored and Mike Fix committed Apr 11, 2018
    Copy the full SHA
    34d4eb5 View commit details
    Browse the repository at this point in the history
  2. WIP: address more review comments

    Mike Fix authored and Mike Fix committed Apr 11, 2018
    Copy the full SHA
    5552a3e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Remove hack that will cause bugs

    Mike Fix authored and Mike Fix committed Apr 12, 2018
    Copy the full SHA
    02db0a4 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Mike Fix authored and Mike Fix committed Apr 12, 2018
    Copy the full SHA
    251d0dc View commit details
    Browse the repository at this point in the history
  3. Clean up

    Mike Fix authored and Mike Fix committed Apr 12, 2018
    Copy the full SHA
    8c5e3c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Fix bugs related to passing no arguments

    Mike Fix authored and Mike Fix committed Apr 13, 2018
    Copy the full SHA
    a726453 View commit details
    Browse the repository at this point in the history
  2. Add two tests (let me know if i should move them)

    Mike Fix authored and Mike Fix committed Apr 13, 2018
    Copy the full SHA
    a98d8cc View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Return Request type, createOperation -> createDocument

    Mike Fix authored and Mike Fix committed Apr 17, 2018
    Copy the full SHA
    6b28177 View commit details
    Browse the repository at this point in the history
  2. More tests for createDocument

    Mike Fix authored and Mike Fix committed Apr 17, 2018
    Copy the full SHA
    242cde0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'next-api' of git://github.com/apollographql/graphql-too…

    …ls into apollographql-next-api
    Mike Fix authored and Mike Fix committed Apr 17, 2018
    Copy the full SHA
    a8704ac View commit details
    Browse the repository at this point in the history
  4. Add execution test

    Mike Fix authored and Mike Fix committed Apr 17, 2018
    Copy the full SHA
    fade3fb View commit details
    Browse the repository at this point in the history
  5. createDocuments docs

    Mike Fix authored and Mike Fix committed Apr 17, 2018
    Copy the full SHA
    4be53ed View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. createDocument -> createRequest

    Mike Fix authored and Mike Fix committed Apr 18, 2018
    Copy the full SHA
    5bb040b View commit details
    Browse the repository at this point in the history
  2. Export createRequest

    Mike Fix authored and Mike Fix committed Apr 18, 2018
    Copy the full SHA
    6592810 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Merge branch 'next-api' of https://github.com/apollographql/graphql-t…

    …ools into apollographql-next-api
    Mike Fix authored and Mike Fix committed Apr 20, 2018
    Copy the full SHA
    11697ae View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Merge branch 'master' into apollographql-next-api

    Mike Fix authored and Mike Fix committed Apr 24, 2018
    Copy the full SHA
    e657fae View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Merge branch 'master' into apollographql-next-api

    Michael Fix committed Apr 27, 2018
    Copy the full SHA
    ce7a18d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Merge branch 'master' into apollographql-next-api

    Michael Fix committed May 1, 2018
    Copy the full SHA
    eeb1a84 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Merge branch 'master' into apollographql-next-api

    Michael Fix committed May 7, 2018
    Copy the full SHA
    bbc0265 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into apollographql-next-api

    Michael Fix committed May 7, 2018
    Copy the full SHA
    30b9119 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Merge branch 'master' into apollographql-next-api

    Michael Fix committed May 8, 2018
    Copy the full SHA
    188442d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Merge branch 'master' into apollographql-next-api

    Michael Fix committed May 15, 2018
    Copy the full SHA
    88407e4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Merge branch 'master' into apollographql-next-api

    Michael Fix committed May 21, 2018
    Copy the full SHA
    1b8cafd View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Address review comments

    - Use options instead of positional arguments
    - Update docs
    Mike Fix authored and Mike Fix committed May 23, 2018
    Copy the full SHA
    8fd2a46 View commit details
    Browse the repository at this point in the history
  2. Reword docs (typo)

    Mike Fix authored and Mike Fix committed May 23, 2018
    Copy the full SHA
    9e92ba6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Merge branch 'master' into apollographql-next-api

    Mike Fix authored and Mike Fix committed Jun 4, 2018
    Copy the full SHA
    5f46b3e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Merge branch 'master' into apollographql-next-api

    Michael Fix committed Jun 18, 2018
    Copy the full SHA
    779100b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into apollographql-next-api

    Mike Fix authored and Mike Fix committed Jun 18, 2018
    Copy the full SHA
    fed0f01 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Merge branch 'master' into apollographql-next-api

    Michael Fix committed Jun 26, 2018
    Copy the full SHA
    948355e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Copy the full SHA
    a61afae View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. Merge branch 'master' into apollographql-next-api

    Michael Fix committed Aug 12, 2018
    Copy the full SHA
    ffd5f4c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Merge branch 'master' into apollographql-next-api

    Michael Fix committed Aug 29, 2018
    Copy the full SHA
    a8e5038 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Copy the full SHA
    2a8e82c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Copy the full SHA
    536805b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Copy the full SHA
    e08cc10 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Copy the full SHA
    5607de4 View commit details
    Browse the repository at this point in the history