Github API - Test Config

mutation updateUserList
users

Updates an existing user list.

Arguments
input UpdateUserListInput

UpdateUserListInput [input]

Autogenerated input type of UpdateUserList

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

description String

A description of the list

isPrivate Boolean

Whether or not the list is private

listId ID

The ID of the list to update.

name String

The name of the list

API:
Github GraphQL API

Parameters for UpdateUserList

Returns
UpdateUserListPayload

UpdateUserListPayload [object]

Autogenerated return type of UpdateUserList

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

list UserList

The list that was just updated

API:
Github GraphQL API
API:
Github GraphQL API