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

Feature: Auto Persisted Queries with CDN Support #608

Closed

Commits on Jul 16, 2019

  1. Fix codegen fail for StarWarsAPI and GitHubAPI, add operationIdentifi…

    …er generation
    Henry Hong committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    2c8da2e View commit details
    Browse the repository at this point in the history
  2. Fix codegen fail for StarWarsAPI and GitHubAPI, add operationIdentifi…

    …er generation
    Henry Hong committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    9fa6349 View commit details
    Browse the repository at this point in the history
  3. added apqs with get support

    Henry Hong committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    48315cd View commit details
    Browse the repository at this point in the history
  4. refactor for fetchOption

    Henry Hong committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    8698e81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55bb400 View commit details
    Browse the repository at this point in the history
  6. 1. add sorting logic in GraphQLGETTransformer

    2. remove `_` on private variable
    3. add guard clause to optional variable in HttpNetworkTransportTests
    4. removed redundant parameter in StarWarsServerTests
    5. change // Mark to // MARK
    6. single line for method declaration
    7. removed redundant code in HTTPNetworkTransport
    9. update switch style
    Henry Hong committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    6f25277 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3216c59 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. removed force unwrap in test cases

    Henry Hong committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    2e66ece View commit details
    Browse the repository at this point in the history
  2. use url.queryItems to test urlQuery against 2d GraphQLMap in GETTrans…

    …former for SDK lower than 11.
    Henry Hong committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    6d7af3d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. splited MockURLSession to single file

    renamed useHttpGetMethodForPersistedQueries to useGETForPersistedQueryRetry
    un-shared test projects
    fixed grammer typo in GraphQLHTTPResponseError
    updated to use XCTAssertEqual
    Henry Hong committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    8c6b303 View commit details
    Browse the repository at this point in the history
  2. update to use XCTAssertEqual in GETTransformerTests

    Henry Hong committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    d51c67a View commit details
    Browse the repository at this point in the history