Skip to main content

ListEntryCreate

Create a new ListEntry resource.

Mutation

mutation ListEntryCreate($input: ListEntryCreateInput!) {
ListEntryCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created ListEntry resource.