GraphQL - Resolvers
You want to fetch a list of books published after year 2000 using a GraphQL query with an argument
publishedAfter. Which query correctly uses the args to achieve this?