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. No document in this module writes the board itself, and none of them
names updateProjectV2Field.
Constants§
- ADD_
BLOCKED_ BY - Adds GitHub’s native issue blocked-by relationship.
- 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.
- CREATE_
ISSUE - Creates one issue in the configured repository.
- 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_
DEPENDENCIES - Reads both dependency directions for one issue, with each far end’s own kind.
- 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.
- SUB_
ISSUES - One project’s tasks: the sub-issues of the issue that project is.
- 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.