DocumentsConnection
No description
type DocumentsConnection {
items: [Document!]!
nextToken: String
}
Fields
DocumentsConnection.items
● [Document!]!
non-null object
List of the authorized users
DocumentsConnection.nextToken
● String
scalar
The string that you use in a subsequent request to get the next page of results in a paginated response.
Returned By
documents
query