NewEditorUpdateIssueInput
InputAutogenerated input type of NewEditorUpdateIssue
mutation { organization(id: $organizationId) { project(id: $projectId) { newEditorUpdateIssue } } }
Example
mutation NewEditorUpdateIssue(
$organizationId: ID!
$projectId: ID!
$input: NewEditorUpdateIssueInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
newEditorUpdateIssue(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| companyAccessible | Boolean! | — |
| createdAt | ISO8601DateTime | — |
| id | ID! | — |
| memberships | JSON | — |
| mutationMetadata | JSON | — |
| organizationAccessible | Boolean! | — |
| title | String! | — |
| updatedAt | ISO8601DateTime | — |