Input Object GitHub::CreateIssueInput
Autogenerated input type of CreateIssue
Input Fields
repositoryId: ID!
The Node ID of the repository.
title: String!
The title for the issue.
body: String
The body for the issue description.
assigneeIds: [ID!]
The Node ID for the user assignee for this issue.
milestoneId: ID
The Node ID of the milestone for this issue.
labelIds: [ID!]
An array of Node IDs of labels for this issue.
projectIds: [ID!]
An array of Node IDs for projects associated with this issue.
clientMutationId: String
A unique identifier for the client performing the mutation.