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.24.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.25.0
Choose a head ref
  • 4 commits
  • 14 files changed
  • 2 contributors

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    d85e39c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac67b61 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. feat: add AdminResolvers with loadFixtures mutation

    - Add loadFixtures mutation in AdminResolvers
    - Inside loadFixtures, verify the provided admin token
    - Use public key from Auth0 Machine to Machine application for token verification
    - On successful verification, proceed with loading the fixtures
    amalv committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3882c1a View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.25.0 [skip ci]

    # [1.25.0](v1.24.0...v1.25.0) (2024-01-08)
    
    ### Features
    
    * add AdminResolvers with loadFixtures mutation ([3882c1a](3882c1a))
    semantic-release-bot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a886548 View commit details
    Browse the repository at this point in the history
Loading