GraphQLQueriesGet ListEntryOn this pageGet 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.