0 votes
in GraphQL by
The loading of data with React and Apollo can be declared ______________.

a)Using XMLHTTPRequest and placing the query in the body of the request

b)Using ‘fetch’ and placing the query in the body of the request

c)Using a higher-order component called ‘graphql’

d)Using the ‘<Query />’ component and passing GraphQL query as prop

1 Answer

0 votes
by

d)Using the ‘<Query />’ component and passing GraphQL query as prop

The loading of data with React and Apollo can be declared using the ‘<Query />’ component and passing GraphQL query as prop

Related questions

0 votes
asked Mar 1, 2020 by RShastri
0 votes
asked Apr 10, 2023 in GraphQL by Robindeniel
...