Input Object GitHub::UpdateProjectInput
Autogenerated input type of UpdateProject
Input Fields
projectId: ID!
The Project ID to update.
name: String
The name of project.
body: String
The description of project.
state: ProjectState
Whether the project is open or closed.
public: Boolean
Whether the project is public or not.
clientMutationId: String
A unique identifier for the client performing the mutation.