Skip to main content

CodebasePullRequest

A pull request associated with a codebase update.

type CodebasePullRequest {
link: String!
modulePath: String!
version: String!
}

Fields

The URL for the pull request.

CodebasePullRequest.modulePath ● String! non-null scalar common

The plugin or module path being updated.

CodebasePullRequest.version ● String! non-null scalar common

The target version in the pull request.

Member Of

CodebasePlugins object