UserAccountsConnection
No description
type UserAccountsConnection {
items: [UserAccount!]!
nextToken: String
}
Fields
UserAccountsConnection.items ● [UserAccount!]! non-null object
List of the authorized users
UserAccountsConnection.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
userAccounts query