Graphql
How it works:
- You have an end point (ex: https://apollo-fullstack-tutorial.herokuapp.com/graphql) you need to have a backend setup with graphql. /query is the schema of your backend. your schema contains all your API’s responses in one API.
- You make request to end point but you only request the data that you need to display.
- For example: I’m working on the user profile screen,
the user screen displays:
- UserImage
- Username
- UserId