GraphQL - Queries
You want to fetch a list of books with their
Which query correctly uses this fragment to get books with author info?
title and author details (name and email). You have a fragment:fragment AuthorInfo on Author { name email }Which query correctly uses this fragment to get books with author info?
