DocumentsConnection
Paginated list of Document.
type DocumentsConnection {
items: [Document!]!
nextToken: String
}
Fields
DocumentsConnection.items ● [Document!]! non-null object
Documents on the current page.
DocumentsConnection.nextToken ● String scalar
Token to pass as token on the next call to fetch the following page. null when there are no more results.
Returned By
documents query
¿Te ha resultado útil esta página?