Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Implement GraphQL Mutation for Adding Attendance Records & Updates the getAttendance Query #2

Merged
merged 7 commits into from
Jun 29, 2024

Conversation

Wreck-X
Copy link
Member

@Wreck-X Wreck-X commented Jun 29, 2024

This pull request introduces a new GraphQL mutation addAttendance to facilitate the insertion of attendance records into the database. The mutation accepts parameters for id, date, timein, and timeout, ensuring seamless integration with existing GraphQL schemas and Rust backend utilizing SQLx for PostgreSQL operations.
Additionally it updates the getAttendance query to adhere with date-time datatype.

@Wreck-X Wreck-X changed the title Implement GraphQL Mutation for Adding Attendance Records Implement GraphQL Mutation for Adding Attendance Records & Updates the getAttendance Query Jun 29, 2024
@ivinjabraham ivinjabraham merged commit 4cc2d3f into master Jun 29, 2024
1 check passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants