Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: amalv/apollo-server-lambda-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.0
Choose a base ref
...
head repository: amalv/apollo-server-lambda-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.0
Choose a head ref
  • 3 commits
  • 11 files changed
  • 2 contributors

Commits on Dec 28, 2023

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

Commits on Dec 29, 2023

  1. feat: enhance User and Favorite Resolvers and Update Fixtures

    - Update Favorite and User entities to improve data modeling
    - Refactor Favorite and User resolvers to enhance query capabilities
    - Add new resolvers.ts file to consolidate all resolvers
    - Update GraphQL type definitions to reflect changes in resolvers
    - Refactor server.ts to improve server setup and initialization
    - Update book fixtures loading script to align with entity changes
    
    This update enhances the functionality of the GraphQL API, improves the server setup process,
    and ensures that the fixtures align with the updated entities.
    amalv committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    9d378ce View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.18.0 [skip ci]

    # [1.18.0](v1.17.0...v1.18.0) (2023-12-29)
    
    ### Features
    
    * enhance User and Favorite Resolvers and Update Fixtures ([9d378ce](9d378ce))
    semantic-release-bot committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    81280d4 View commit details
    Browse the repository at this point in the history
Loading