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