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.
Constants§
- ADD_
BLOCKED_ BY - Adds GitHub’s native issue blocked-by relationship.
- CREATE_
DRAFT - Creates a draft in the configured project.
- PROJECT
- Reads the configured project and its task page.
- PROJECT_
DEPENDENCIES - Reads issue dependencies and the projects containing each related issue.
- RELATED_
PROJECTS - Continues the projects connection for an issue related to a dependency.
- REMOVE_
BLOCKED_ BY - Removes one native issue blocked-by relationship.
- TASK_
DEPENDENCIES - Reads both dependency directions for one issue.
- 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 the visible fields of an issue-backed project item.
- UPDATE_
PROJECT - Updates the one configured project; it never creates a board.