GraphQL APIs

RapidAPI supports GraphQL APIs on the RapidAPI Hub. Adding a GraphQL API is nearly the same process as adding a REST API.

Add a GraphQL API

To start, navigate to your Provider Dashboard and select Add New API.

2868

Choose to specify using GraphQL Schema.

2868

You will then see the option to define your GraphQL API either using an introspection call or by uploading a GraphQL schema file.

To learn more about introspection refer to the GraphQL documentation.


What’s Next