What does a GraphQL client usually do before caching the results of a query?
select the correct option from below list
a)Normalize the data
b)Validate the query results against the schema
c)Make the data available in the props of a React component
d)Call a resolver function