This section aims to ease the testing process of your application. Examples are provided on how to trigger specific errors, types, etc.
Some general things to consider:
- Fields returned from GraphQL can/will contain null values. Your application should handle any field as type or null.
- Text fields can contain special characters like UTF characters, emojis etc. Your application should handle these accordingly.
Here's the list of test scenarios you can explore: