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

patch(return types): union return type with undefined. #33

Merged
merged 4 commits into from
Jan 3, 2024

Commits on Jan 3, 2024

  1. patch(return types): union return type with undefined.

    React query data is undefined by default.
    Previously we were overriding the default type of react query.
    Now union with undefined.
    We are also exporting the data type.
    seriouslag committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b0f2f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac1f8a4 View commit details
    Browse the repository at this point in the history
  3. Add JSDoc to mutations

    seriouslag committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3a08039 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7666938 View commit details
    Browse the repository at this point in the history