Github API - Test Config

mutation deleteUserList
users

Deletes a user list.

Arguments
input DeleteUserListInput

DeleteUserListInput [input]

Autogenerated input type of DeleteUserList

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

listId ID

The ID of the list to delete.

API:
Github GraphQL API

Parameters for DeleteUserList

Returns
DeleteUserListPayload

DeleteUserListPayload [object]

Autogenerated return type of DeleteUserList

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

user User

The owner of the list that will be deleted

API:
Github GraphQL API
API:
Github GraphQL API