Github API - Test Config

mutation createUserList
users

Creates a new user list.

Arguments
input CreateUserListInput

CreateUserListInput [input]

Autogenerated input type of CreateUserList

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

name String

The name of the new list

API:
Github GraphQL API

Parameters for CreateUserList

Returns
CreateUserListPayload

CreateUserListPayload [object]

Autogenerated return type of CreateUserList

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

list UserList

The list that was just created

viewer User

The user who created the list

API:
Github GraphQL API
API:
Github GraphQL API