Skip to main content

Module graphql

Module graphql 

Source
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.