Skip to main content

WhitelistItemsConnection

Paginated list of whitelist rules.

type WhitelistItemsConnection {
items: [WhitelistItem!]!
nextToken: String
}

Fields

WhitelistItemsConnection.items ● [WhitelistItem!]! non-null object

Whitelist rules on the current page.

WhitelistItemsConnection.nextToken ● String scalar

Cursor for the next page. Pass back as token to fetch it. null when there are no more results.

Returned By

whitelistItems query