description: Nested select on article with limit url: /v1alpha1/graphql status: 200 query: query: | query { article(limit: 3, offset: 2) { id title content author { id name } } }