2020-06-08 15:13:01 +03:00
|
|
|
description: Query articles connection with pageInfo and edges
|
2020-07-03 09:30:35 +03:00
|
|
|
url: /v1beta1/relay
|
2020-06-08 15:13:01 +03:00
|
|
|
status: 200
|
|
|
|
query:
|
|
|
|
query: |
|
|
|
|
query {
|
|
|
|
article_connection{
|
|
|
|
pageInfo{
|
|
|
|
hasNextPage
|
|
|
|
startCursor
|
|
|
|
endCursor
|
|
|
|
hasPreviousPage
|
|
|
|
}
|
|
|
|
edges{
|
|
|
|
cursor
|
|
|
|
node_id: node{
|
|
|
|
id
|
|
|
|
}
|
|
|
|
node{
|
|
|
|
title
|
|
|
|
content
|
|
|
|
author{
|
|
|
|
name
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
response:
|
|
|
|
data:
|
|
|
|
article_connection:
|
|
|
|
pageInfo:
|
|
|
|
hasNextPage: false
|
|
|
|
startCursor: eyJpZCIgOiAxfQ==
|
|
|
|
endCursor: eyJpZCIgOiA2fQ==
|
|
|
|
hasPreviousPage: false
|
|
|
|
edges:
|
|
|
|
- cursor: eyJpZCIgOiAxfQ==
|
|
|
|
node_id:
|
2020-06-16 17:25:49 +03:00
|
|
|
id: WzEsICJwdWJsaWMiLCAiYXJ0aWNsZSIsIDFd
|
2020-06-08 15:13:01 +03:00
|
|
|
node:
|
|
|
|
title: Article 1
|
|
|
|
content: Sample article content 1
|
|
|
|
author:
|
|
|
|
name: Author 1
|
|
|
|
- cursor: eyJpZCIgOiAyfQ==
|
|
|
|
node_id:
|
2020-06-16 17:25:49 +03:00
|
|
|
id: WzEsICJwdWJsaWMiLCAiYXJ0aWNsZSIsIDJd
|
2020-06-08 15:13:01 +03:00
|
|
|
node:
|
|
|
|
title: Article 2
|
|
|
|
content: Sample article content 2
|
|
|
|
author:
|
|
|
|
name: Author 1
|
|
|
|
- cursor: eyJpZCIgOiAzfQ==
|
|
|
|
node_id:
|
2020-06-16 17:25:49 +03:00
|
|
|
id: WzEsICJwdWJsaWMiLCAiYXJ0aWNsZSIsIDNd
|
2020-06-08 15:13:01 +03:00
|
|
|
node:
|
|
|
|
title: Article 3
|
|
|
|
content: Sample article content 3
|
|
|
|
author:
|
|
|
|
name: Author 1
|
|
|
|
- cursor: eyJpZCIgOiA0fQ==
|
|
|
|
node_id:
|
2020-06-16 17:25:49 +03:00
|
|
|
id: WzEsICJwdWJsaWMiLCAiYXJ0aWNsZSIsIDRd
|
2020-06-08 15:13:01 +03:00
|
|
|
node:
|
|
|
|
title: Article 4
|
|
|
|
content: Sample article content 4
|
|
|
|
author:
|
|
|
|
name: Author 2
|
|
|
|
- cursor: eyJpZCIgOiA1fQ==
|
|
|
|
node_id:
|
2020-06-16 17:25:49 +03:00
|
|
|
id: WzEsICJwdWJsaWMiLCAiYXJ0aWNsZSIsIDVd
|
2020-06-08 15:13:01 +03:00
|
|
|
node:
|
|
|
|
title: Article 5
|
|
|
|
content: Sample article content 5
|
|
|
|
author:
|
|
|
|
name: Author 2
|
|
|
|
- cursor: eyJpZCIgOiA2fQ==
|
|
|
|
node_id:
|
2020-06-16 17:25:49 +03:00
|
|
|
id: WzEsICJwdWJsaWMiLCAiYXJ0aWNsZSIsIDZd
|
2020-06-08 15:13:01 +03:00
|
|
|
node:
|
|
|
|
title: Article 6
|
|
|
|
content: Sample article content 6
|
|
|
|
author:
|
|
|
|
name: Author 3
|