Expand description
Exact GraphQL query documents issued by this plugin.
Keeping the production documents here lets the pinned-schema test validate the same
bytes that are sent to GitHub, rather than a test-only copy which could drift
independently. [STATUS_OPTIONS_UPDATE] is the sole document that may rewrite a board
field, and its guarded caller always supplies the complete existing option set with ids.
Constants§
- ADD_
BLOCKED_ BY - Adds GitHub’s native issue blocked-by relationship.
- ADD_
COMMENT - Adds one comment to an issue, signed as the account the token belongs to.
- ADD_
SUB_ ISSUE - Files one issue under another as a sub-issue, which is what project membership is.
- ADD_
TO_ BOARD - Puts an existing issue on the configured board.
- BOARD
- Reads the board’s fields and one page of its items.
- COMMENT_
ISSUE - Which issue one comment is on, read before that comment is edited or removed.
- CREATE_
ISSUE - Creates one issue in the configured repository.
- DELETE_
COMMENT - Removes one issue comment. Its payload carries nothing about the comment it removed.
- DELETE_
ISSUE - Deletes one issue, which takes its board item with it.
- DOCUMENTS
- Every document above, with what this source is doing when it sends one.
- ISSUE
- One issue by its own node id, which is what a qualified id names here.
- ISSUE_
BOARD_ ITEMS - One issue’s board memberships alone, walked past the page a read of it carried.
- ISSUE_
COMMENTS - One task’s comments: a page of its issue’s own
commentsconnection. - ISSUE_
DEPENDENCIES - Reads both dependency directions for one issue, with each far end’s own kind — and the issue’s own body, which is where an edge to another source is recorded, so that half of a dependency read needs no second read of the issue or of the board.
- REMOVE_
BLOCKED_ BY - Removes one native issue blocked-by relationship.
- REMOVE_
SUB_ ISSUE - Takes one issue back out of its parent.
- REPOSITORY
- Resolves the configured repository’s node id, which creating an issue requires.
- SEARCH_
ISSUES - Every issue of one board, found by a search scoped to that board.
- STATUS_
OPTIONS_ SNAPSHOT - A fresh snapshot of the Status field and every board item’s assignment.
- STATUS_
OPTIONS_ UPDATE - Replaces a single-select field’s options. Only the guarded status-options operation may use this document, because GitHub treats the input as the complete option list.
- SUB_
ISSUES - One project’s tasks: the sub-issues of the issue that project is.
- UPDATE_
COMMENT - Replaces the body of one issue comment.
- UPDATE_
DRAFT - Updates an existing draft’s user-visible fields.
- UPDATE_
FIELD - Updates a text or single-select value on one project item.
- UPDATE_
ISSUE - Updates an issue’s visible fields and its open or closed state in one call.