mutation: { capitalCreateIssue: [{ data: Variable<"CreateIssueInput!", "data">; }, { _created_at: boolean; _id: boolean; _updated_at: boolean; block_num: boolean; created_by: boolean; creators: boolean; cycle_id: boolean; description: boolean; estimate: boolean; fact: boolean; fact_by_contributor: { contributor_hash: boolean; hours: boolean; }; fact_committed: boolean; fact_uncommitted: boolean; id: boolean; issue_hash: boolean; linked_git_commits: { commit_message: boolean; committed_at: boolean; consumed: boolean; github_sha: boolean; html_url: boolean; username: boolean; }; metadata: boolean; permissions: { allowed_status_transitions: boolean; can_assign_creator: boolean; can_change_status: boolean; can_complete_requirement: boolean; can_create_requirement: boolean; can_delete_issue: boolean; can_delete_requirement: boolean; can_edit_issue: boolean; can_edit_requirement: boolean; can_move_issue: boolean; can_set_done: boolean; can_set_estimate: boolean; can_set_on_review: boolean; can_set_priority: boolean; has_clearance: boolean; is_guest: boolean; }; present: boolean; priority: boolean; project_hash: boolean; sort_order: boolean; status: boolean; submaster: boolean; title: boolean; }]; } = ... Type declaration
capitalCreateIssue: [{
data: Variable<"CreateIssueInput!", "data">;
}, {
_created_at: boolean;
_id: boolean;
_updated_at: boolean;
block_num: boolean;
created_by: boolean;
creators: boolean;
cycle_id: boolean;
description: boolean;
estimate: boolean;
fact: boolean;
fact_by_contributor: {
contributor_hash: boolean;
hours: boolean;
};
fact_committed: boolean;
fact_uncommitted: boolean;
id: boolean;
issue_hash: boolean;
linked_git_commits: {
commit_message: boolean;
committed_at: boolean;
consumed: boolean;
github_sha: boolean;
html_url: boolean;
username: boolean;
};
metadata: boolean;
permissions: {
allowed_status_transitions: boolean;
can_assign_creator: boolean;
can_change_status: boolean;
can_complete_requirement: boolean;
can_create_requirement: boolean;
can_delete_issue: boolean;
can_delete_requirement: boolean;
can_edit_issue: boolean;
can_edit_requirement: boolean;
can_move_issue: boolean;
can_set_done: boolean;
can_set_estimate: boolean;
can_set_on_review: boolean;
can_set_priority: boolean;
has_clearance: boolean;
is_guest: boolean;
};
present: boolean;
priority: boolean;
project_hash: boolean;
sort_order: boolean;
status: boolean;
submaster: boolean;
title: boolean;
}]