Skip to main content

WPSiteList

A paginated list of WordPress sites.

type WPSiteList {
nextCursor: String
nodes: [WPSite]
total: Int
}

Fields

WPSiteList.nextCursor ● String scalar common

The cursor for the next page of WordPress sites.

WPSiteList.nodes ● [WPSite] list object common

The WordPress sites returned in the current page.

WPSiteList.total ● Int scalar common

The total number of matching WordPress sites.

Member Of

AppEnvironment object