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

Graphql codegen typescript effect #701

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on May 15, 2024

  1. fix: add packageManager to the manifest

    to let corepack take care of yarn version resolution,
    so that the user does not have to install different
    versions of yarn on their machine
    vecerek committed May 15, 2024
    Configuration menu
    Copy the full SHA
    14585cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    873debd View commit details
    Browse the repository at this point in the history
  3. refactor(typescript-effect): remove the use of schema and move logic …

    …over to the client constructor
    vecerek committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f5f3b2a View commit details
    Browse the repository at this point in the history
  4. feat(typescript-effect): export a basic GraphQLClient layer from with…

    …in the generated SDK
    
    Co-authored-by: Tim Smart <hello@timsmart.co>
    vecerek and tim-smart committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b2ed063 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54e996e View commit details
    Browse the repository at this point in the history
  6. fix: remove redundant patch of @urql/instrospection

    as a fixup of 3416b87
    vecerek committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f374095 View commit details
    Browse the repository at this point in the history