graphql limit result to 10 default code example Example: graphql first 20 items { hero { name friends(first:2) { name } } }