GraphQL - Queries
Find the mistake in this query:
{ author(id: 3) { name books { title, reviews { rating } } } }{ author(id: 3) { name books { title, reviews { rating } } } }title and before reviews cause syntax errors.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions