forked from DebaucheryLibrarian/traxxx
Updated GraphQL queries to Datetime. Updated template to latest guideline.
This commit is contained in:
@@ -20,8 +20,8 @@ function initEntitiesActions(store, _router) {
|
||||
$entityType: String! = "channel"
|
||||
$limit: Int = 10,
|
||||
$offset: Int = 0,
|
||||
$after: Date = "1900-01-01",
|
||||
$before: Date = "2100-01-01",
|
||||
$after: Datetime = "1900-01-01",
|
||||
$before: Datetime = "2100-01-01",
|
||||
$afterTime: Datetime = "1900-01-01",
|
||||
$beforeTime: Datetime = "2100-01-01",
|
||||
$orderBy: [ReleasesOrderBy!]
|
||||
|
||||
Reference in New Issue
Block a user