Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit c47ddbd

Browse files
authored
Merge pull request #2559 from atom/schema-update/1605230192607
GraphQL schema update
2 parents 7d02b61 + f9ce5db commit c47ddbd

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

graphql/schema.graphql

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,9 @@ enum CheckConclusionState {
11241124
"""The check suite or run was skipped."""
11251125
SKIPPED
11261126

1127+
"""The check suite or run has failed at startup."""
1128+
STARTUP_FAILURE
1129+
11271130
"""
11281131
The check suite or run was marked stale by GitHub. Only GitHub can use this conclusion.
11291132
"""
@@ -8127,10 +8130,10 @@ type LockedEvent implements Node {
81278130

81288131
"""Autogenerated input type of LockLockable"""
81298132
input LockLockableInput {
8130-
"""ID of the issue or pull request to be locked."""
8133+
"""ID of the item to be locked."""
81318134
lockableId: ID!
81328135

8133-
"""A reason for why the issue or pull request will be locked."""
8136+
"""A reason for why the item will be locked."""
81348137
lockReason: LockReason
81358138

81368139
"""A unique identifier for the client performing the mutation."""
@@ -22303,7 +22306,7 @@ type UnlockedEvent implements Node {
2230322306

2230422307
"""Autogenerated input type of UnlockLockable"""
2230522308
input UnlockLockableInput {
22306-
"""ID of the issue or pull request to be unlocked."""
22309+
"""ID of the item to be unlocked."""
2230722310
lockableId: ID!
2230822311

2230922312
"""A unique identifier for the client performing the mutation."""

lib/containers/accumulators/__generated__/checkRunsAccumulator_checkSuite.graphql.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/containers/accumulators/__generated__/checkSuitesAccumulator_commit.graphql.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/views/__generated__/checkRunView_checkRun.graphql.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/views/__generated__/checkSuiteView_checkSuite.graphql.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)