graphql pages first showing only 8 code example Example: graphql first 20 items { hero { name friends(first:2) { name } } }