Github API - Test Config

CreateRepositoryRulesetPayload [object]

Autogenerated return type of CreateRepositoryRuleset

Attributes
clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

ruleset RepositoryRuleset

RepositoryRuleset [object]

A repository ruleset.

Implements
Node
Attributes

The actors that can bypass this ruleset

The set of conditions that must evaluate to true for this ruleset to apply

createdAt DateTime

Identifies the date and time when the object was created.

databaseId Int

Identifies the primary key from the database.

enforcement RuleEnforcement

The enforcement level of this ruleset

id ID

The Node ID of the RepositoryRuleset object

name String

Name of the ruleset.

List of rules.

source RuleSource

Source of ruleset.

Target of the ruleset.

updatedAt DateTime

Identifies the date and time when the object was last updated.

API:
Github GraphQL API

The newly created Ruleset.

API:
Github GraphQL API