GraphQL skip after index

GraphQL skip after index


0

I’m trying to query and return a sorted list (ABC-sort on title) where all items above a specified limit, say 10, include all columns. For everything after that index, include only metadata like id and title. Is this possible in a single GQL query or do I need one query for full data and another for metadata only?


Load 2 more related questions


Show fewer related questions

0



Leave a Reply

Your email address will not be published. Required fields are marked *