Github API - Test Config

RepositoryRulesetBypassActorConnection [object]

The connection type for RepositoryRulesetBypassActor.

Attributes
edges RepositoryRulesetBypassActorEdge []

RepositoryRulesetBypassActorEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes RepositoryRulesetBypassActor []

RepositoryRulesetBypassActor [object]

A team or app that has the ability to bypass a rules defined on a ruleset

Implements
Node
Attributes
actor BypassActor

The actor that can bypass rules.

The mode for the bypass actor

id ID

The Node ID of the RepositoryRulesetBypassActor object

organizationAdmin Boolean

This actor represents the ability for an organization owner to bypass

repositoryRoleDatabaseId Int

If the actor is a repository role, the repository role's ID that can bypass

repositoryRoleName String

If the actor is a repository role, the repository role's name that can bypass

repositoryRuleset RepositoryRuleset

Identifies the ruleset associated with the allowed actor

API:
Github GraphQL API

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

API:
Github GraphQL API