Github API - Test Config

mutation updateProjectV2ItemPosition
projects

This mutation updates the position of the item in the project, where the position represents the priority of an item.

Arguments
input UpdateProjectV2ItemPositionInput

UpdateProjectV2ItemPositionInput [input]

Autogenerated input type of UpdateProjectV2ItemPosition

Attributes
afterId ID

The ID of the item to position this item after. If omitted or set to null the item will be moved to top.

clientMutationId String

A unique identifier for the client performing the mutation.

itemId ID

The ID of the item to be moved.

projectId ID

The ID of the Project.

API:
Github GraphQL API

Parameters for UpdateProjectV2ItemPosition

Returns
UpdateProjectV2ItemPositionPayload

UpdateProjectV2ItemPositionPayload [object]

Autogenerated return type of UpdateProjectV2ItemPosition

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

The items in the new order

API:
Github GraphQL API
API:
Github GraphQL API