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

Create mutations #133

Merged
merged 38 commits into from
Oct 9, 2023
Merged

Create mutations #133

merged 38 commits into from
Oct 9, 2023

Commits on Jul 22, 2023

  1. WIP create_one mutation

    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    d771d0e View commit details
    Browse the repository at this point in the history
  2. Add type utilities

    * types_map used to map sea_orm <-> async_graphql
    * update filter_input to use types_map
    * simplify filter_input
    * support most types
    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    3787e42 View commit details
    Browse the repository at this point in the history
  3. Fix clippy

    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    0d6d934 View commit details
    Browse the repository at this point in the history
  4. Fix types map

    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    65aeddc View commit details
    Browse the repository at this point in the history
  5. fix fmt

    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    0970699 View commit details
    Browse the repository at this point in the history
  6. Improve error reporting

    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    ce93e90 View commit details
    Browse the repository at this point in the history
  7. Add auto register mutations

    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    af7f0af View commit details
    Browse the repository at this point in the history
  8. Add tests

    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    9f8d7fb View commit details
    Browse the repository at this point in the history
  9. Fix fmt

    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    972ea44 View commit details
    Browse the repository at this point in the history
  10. Fix tests

    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    ce7a67f View commit details
    Browse the repository at this point in the history
  11. Fix tests

    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    3f2c6b3 View commit details
    Browse the repository at this point in the history
  12. Fix fmt

    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    8cb30b7 View commit details
    Browse the repository at this point in the history
  13. Fix tests

    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    d7660dd View commit details
    Browse the repository at this point in the history
  14. Fix tests

    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    850f77a View commit details
    Browse the repository at this point in the history
  15. Fix tests

    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    5a9d455 View commit details
    Browse the repository at this point in the history
  16. Fix test

    karatakis committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    727474e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Add filter_types_map

    karatakis committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    954c0e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    318d51c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Fix fmt

    karatakis committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fd241ef View commit details
    Browse the repository at this point in the history
  2. Fix clippy

    karatakis committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ddc2d96 View commit details
    Browse the repository at this point in the history
  3. Fix temp test edge case

    karatakis committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    d3dc65c View commit details
    Browse the repository at this point in the history
  4. Fix tests

    karatakis committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    812d0c4 View commit details
    Browse the repository at this point in the history
  5. Add create_batch mutation

    karatakis committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    59c40d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    dce4275 View commit details
    Browse the repository at this point in the history
  2. Fix fmt & clippy

    karatakis committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    47ce1d5 View commit details
    Browse the repository at this point in the history
  3. Update tests and changelog

    karatakis committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    88f2832 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Fix tests

    karatakis committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4863437 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    karatakis committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5aaea69 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    karatakis committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    df9a215 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    e2ccc8d View commit details
    Browse the repository at this point in the history
  2. Fix fmt

    karatakis committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    7d1bf1b View commit details
    Browse the repository at this point in the history
  3. Fix workflows

    karatakis committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8df80d0 View commit details
    Browse the repository at this point in the history
  4. Fix github workflows

    karatakis committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    94b7dbe View commit details
    Browse the repository at this point in the history
  5. Fix github workflows

    karatakis committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    c05fc7b View commit details
    Browse the repository at this point in the history
  6. Fix clippy

    karatakis committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    bdb03cd View commit details
    Browse the repository at this point in the history
  7. Update async-graphql

    karatakis committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e8703af View commit details
    Browse the repository at this point in the history
  8. Fix unused import

    karatakis committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    da40b8d View commit details
    Browse the repository at this point in the history
  9. fix fmt

    karatakis committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    bb6f57e View commit details
    Browse the repository at this point in the history