Query
Response
Queries
derivedDataDeletionHistory
Returns a derived data deletion history page.
QUERY
derivedDataDeletionHistory(first: Int, after: ID): DerivedDataDeletionHistoryPage!Arguments
first
Int
default:100
Maximum number of records to return. Defaults to 100.
after
ID
Cursor or identifier after which to return records. Omit it to leave this dimension unfiltered.
Returns
items
Items associated with this derived data deletion history page.
nextCursor
ID
The next cursor associated with this derived data deletion history page. May be null when unavailable or not applicable.
Query
Response