We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add new feature for blood banks and hospitals and donors health checkup.
v1/hospitals
v1/hospitals/{ID}
/v1/hospitals/ID}/checkups
/v1/hospitals/{ID}/checkups
/v1/hospitals/{ID}/checkups/{donor}
Query's
HospitalsQuery
HospitalProfileQuery
CheckupQuery
Type's
HospitalsType
CheckupType
Mutation's
RegisterHospitalMutation
UpdateHospitalMutation
NewCheckupMutation
VerifyHospitalMutation
The text was updated successfully, but these errors were encountered:
Checkup table/Model attributes:
id
hospital_id
donor_id
checkupDate
Sorry, something went wrong.
JoseCage
No branches or pull requests
Add new feature for blood banks and hospitals and donors health checkup.
Rest-API
v1/hospitals
v1/hospitals/{ID}
/v1/hospitals/ID}/checkups
(Get all checkups done in a specific hospital/blood bank)/v1/hospitals/{ID}/checkups
(Register a new donors check-up)/v1/hospitals/{ID}/checkups/{donor}
(Get all checkup logs by a specific donor)/v1/hospitals/{ID}/checkups/{donor}
(Get the checkup details by a specific donor)GraphQL:
Query's
HospitalsQuery
HospitalProfileQuery
CheckupQuery
Type's
HospitalsType
CheckupType
Mutation's
RegisterHospitalMutation
UpdateHospitalMutation
NewCheckupMutation
VerifyHospitalMutation
The text was updated successfully, but these errors were encountered: