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

feat(api): bootstrap graphql #124

Merged
merged 10 commits into from
Apr 9, 2023
Merged

feat(api): bootstrap graphql #124

merged 10 commits into from
Apr 9, 2023

Conversation

timonmasberg
Copy link
Member

@timonmasberg timonmasberg commented Apr 3, 2023

  • Adds graphql dependencies for nestjs
  • Adds graphql module for the Apollo Driver that enables us to have graphql resolvers in our application
  • Adds ADR about why we choose the Code First approach to generate our schema

@timonmasberg timonmasberg marked this pull request as ready for review April 3, 2023 12:19
@timonmasberg timonmasberg requested a review from JSPRH April 3, 2023 12:19
libs/api/shared/src/index.ts Outdated Show resolved Hide resolved
@sonarcloud
Copy link

sonarcloud bot commented Apr 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@timonmasberg timonmasberg merged commit a4f6359 into main Apr 9, 2023
@timonmasberg timonmasberg deleted the bootstrap-graphql branch April 9, 2023 19:43
@timonmasberg
Copy link
Member Author

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants