An access token is required to call this API. Refer to Authorization for more information about how to obtain the token.
Paging through blogs query
Arguments
after ● String
After a certain cursor
before ● String
Before a certain cursor
first ● Int
Return front n elements , maximum support 50
last ● Int
Return last n elements , maximum support 50
reverse ● Boolean
Sort inversion
query ● String
Query conditions
sortKey ● BlogSortKeys
Sorting conditions
Returns
edges ● [BlogEdge!]non-null
Blog collection information
pageInfo ● PageInfo!non-null
Paging information
Error Code
For more information about common error codes, refer to Status and error codes.
Was this article helpful to you?