Question 21
Which of the following statement(s) is/are true about GraphQL?
Mutations in GraphQL can be used to change the underlying data store.
GraphQL services are created by defining types and fields of those types, then providing functions for each field.
GraphQL can only fetch data from a single source.
GraphQL allows only GET operations.