2 Guides

interfaces

Auto generate interfaces from API response using RapidAPI VS Code Client

Interfaces help developers enforce type checks on the data received in the API response. Consequently, the code quality and readability are also improved. However, instead of creating them manually, you can use the RapidAPI VS Code Extension to generate them automatically.

Interactive Guide to GraphQL Unions and Interfaces

GraphQL Unions and Interfaces are abstract types that allow a field to have multiple object types. Let's learn more about them.