Quiz on GraphQL Pagination

Let's test your knowledge now!

We'll cover the following...

Quiz

1.

Which information is mandatory for the pagination feature?

A.

A cursor of the last item of the previous page.

B.

An argument to order the list.

C.

A boolean which knows whether there is another page.

D.

A cursor for each item in the list.


1 / 4