Question 16
Which of the following statement(s) is/are correct in the context of REST and GraphQL?
Both REST and GraphQL are software architectural styles.
Both REST and GraphQL are in general used for fetching data from a remote storage.
Every API must adhere to all the REST principles.
In GraphQL, a write operation should be performed explicitly via a mutation, in general.