Skip to main content

Get ListEntry

Get a single ListEntry by ID.

Query

query GetListEntry($id: ID!) {
listentry(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a ListEntry resource.