Github API - Test Config

mutation updateUserListsForItem
users

Updates which of the viewer's lists an item belongs to

Arguments
input UpdateUserListsForItemInput

UpdateUserListsForItemInput [input]

Autogenerated input type of UpdateUserListsForItem

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

itemId ID

The item to add to the list

listIds ID []

The lists to which this item should belong

suggestedListIds ID []

The suggested lists to create and add this item to

API:
Github GraphQL API

Parameters for UpdateUserListsForItem

Returns
UpdateUserListsForItemPayload

UpdateUserListsForItemPayload [object]

Autogenerated return type of UpdateUserListsForItem

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

The item that was added

lists UserList []

The lists to which this item belongs

user User

The user who owns the lists

API:
Github GraphQL API
API:
Github GraphQL API