PageInfo
PageInfo Type
Fields
Field
Type
Description
Usage Example
query {
attachments(first: 10) {
edges {
node {
id
filename
}
}
pageInfo {
hasNextPage
endCursor
hasPreviousPage
startCursor
}
totalCount
}
}Last updated
Was this helpful?
