Github API - Test Config

UpdateUserListPayload [object]

Autogenerated return type of UpdateUserList

Attributes
clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

list UserList

UserList [object]

A user-curated list of repositories

Implements
Node
Attributes
createdAt DateTime

Identifies the date and time when the object was created.

description String

The description of this list

id ID

The Node ID of the UserList object

isPrivate Boolean

Whether or not this list is private

The items associated with this list

lastAddedAt DateTime

The date and time at which this list was created or last had items added to it

name String

The name of this list

slug String

The slug of this list

updatedAt DateTime

Identifies the date and time when the object was last updated.

user User

The user to which this list belongs

API:
Github GraphQL API

The list that was just updated

API:
Github GraphQL API