Skip to main content

AppEnvironmentLogsList

A paginated list of environment log entries.

type AppEnvironmentLogsList {
nextCursor: String
nodes: [AppEnvironmentLog]
pollingDelaySeconds: Int!
total: BigInt
}

Fields

AppEnvironmentLogsList.nextCursor ● String scalar common

The cursor for the next page of log entries.

AppEnvironmentLogsList.nodes ● [AppEnvironmentLog] list object common

The log entries returned in the current page.

AppEnvironmentLogsList.pollingDelaySeconds ● Int! non-null scalar common

The suggested polling delay before fetching logs again.

AppEnvironmentLogsList.total ● BigInt scalar common

The total number of log entries.

Member Of

AppEnvironment object