GraphQL reference

NewEditorUpdateIssueInput

Input

Autogenerated 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

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
companyAccessibleBoolean!
createdAtISO8601DateTime
idID!
membershipsJSON
mutationMetadataJSON
organizationAccessibleBoolean!
titleString!
updatedAtISO8601DateTime