sarathpetec / cred

Simple SpringBoot Application with Mongo DB and GraphQL
Apache License 2.0
1 stars 2 forks source link

Data Validation and Error Handling in GraphQL #11

Open sarathpetec opened 6 months ago

sarathpetec commented 6 months ago

Implement data validation within GraphQL mutations to prevent invalid data entry. Use GraphQL error handling patterns to return informative error messages for both client-side and server-side issues.