Github API - Test Config

RefUpdate [input]

A ref update

Attributes
afterOid GitObjectID

GitObjectID [scalar]

A Git object ID.

API:
Github GraphQL API

The value this ref should be updated to.

beforeOid GitObjectID

GitObjectID [scalar]

A Git object ID.

API:
Github GraphQL API

The value this ref needs to point to before the update.

force Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Force a non fast-forward update.

name GitRefname

GitRefname [scalar]

A fully qualified reference name (e.g. refs/heads/master).

API:
Github GraphQL API

The fully qualified name of the ref to be update. For example refs/heads/branch-name

API:
Github GraphQL API