+1 vote
in GraphQL by

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

1 Answer

0 votes
by
a)Normalize the data

GraphQL client usually Normalize the data before caching the results of a query
...