DeleteProjectColumnPayload [object]
Autogenerated return type of DeleteProjectColumn
Attributes
String [scalar]
The String
scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
A unique identifier for the client performing the mutation.
ID [scalar]
The ID
scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4"
) or integer (such as 4
) input value will be accepted as an ID.
The deleted column ID.
Project [object]
Projects manage issues, pull requests and notes within a project owner.
Implements
Attributes
The project's description body.
The projects description body rendered to HTML.
Indicates if the object is closed (definition of closed may depend on type)
Identifies the date and time when the object was closed.
List of columns in the project
Identifies the date and time when the object was created.
The actor who originally created the project.
Identifies the primary key from the database.
The Node ID of the Project object
The project's name.
The project's number.
The project's owner. Currently limited to repositories, organizations, and users.
List of pending cards in this project
Project progress details.
The HTTP path for this project
Whether the project is open or closed.
Identifies the date and time when the object was last updated.
The HTTP URL for this project
Indicates if the object can be closed by the viewer.
Indicates if the object can be reopened by the viewer.
Check if the current viewer can update this object.
The project the deleted column was in.