LibraryResourceDateRangeViewsInput
No description
input LibraryResourceDateRangeViewsInput {
libraryResourceId: String!
startDate: String!
endDate: String!
}
Fields
LibraryResourceDateRangeViewsInput.libraryResourceId ● String! non-null scalar
The library resource to report views for.
LibraryResourceDateRangeViewsInput.startDate ● String! non-null scalar
Start of the date range (inclusive).
LibraryResourceDateRangeViewsInput.endDate ● String! non-null scalar
End of the date range (inclusive).