Expand description
Exact GraphQL query documents issued by this plugin.
Fixture servers consume these constants so their recognized contract cannot drift from the production requests.
Constants§
- DOCUMENT
- Fetch one document.
- DOCUMENTS
- List documents.
- DOCUMENT_
CREATE - Create a document.
- DOCUMENT_
DELETE - Delete a document, so a copy that could not finish can take back what it created.
- DOCUMENT_
UPDATE - Update a document.
- ISSUE
- Fetch one issue.
- ISSUES
- List issues.
- ISSUE_
CREATE - Create an issue.
- ISSUE_
DELETE - Delete an issue, so a copy that could not finish can take back what it created.
- ISSUE_
LABEL - Resolve an issue-label display name.
- ISSUE_
RELATIONS - Fetch issue dependency relations.
- ISSUE_
RELATION_ CREATE - Create a native issue dependency.
- ISSUE_
RELATION_ DELETE - Delete a native issue dependency before replacing its full edge set.
- ISSUE_
STATE - Resolve an issue workflow-state display name.
- ISSUE_
UPDATE - Update an issue.
- LABELS
- List issue labels.
- PROJECT
- Fetch one project.
- PROJECTS
- List projects.
- PROJECT_
CREATE - Create a project.
- PROJECT_
DELETE - Delete a project, for the same reason and on the same terms.
- PROJECT_
LABEL - Resolve a project-label display name.
- PROJECT_
RELATIONS - Fetch project dependency relations.
- PROJECT_
RELATION_ CREATE - Create a native project dependency.
- PROJECT_
RELATION_ DELETE - Delete a native project dependency before replacing its full edge set.
- PROJECT_
STATUS - Resolve a project status display name.
- PROJECT_
UPDATE - Update a project.
- TEAM
- Resolve the configured team key to Linear’s backend id.
- VIEWER
- Check the authenticated viewer.