Well done!

You have completed Introduction to GraphQL Review!

Quiz Question 1 of 4

query {
	allMovies {
		id
		title
		tagline
	}
}

The "id, title, and tagline" in the above snippet are known as:

Choose the correct answer below:

Skip Quiz Review Video