Updated GraphQL queries to Datetime. Updated template to latest guideline.
This commit is contained in:
@@ -11,8 +11,8 @@ function initReleasesActions(store, _router) {
|
||||
query Releases(
|
||||
$limit:Int = 1000,
|
||||
$offset:Int = 0,
|
||||
$after:Date = "1900-01-01",
|
||||
$before:Date = "2100-01-01",
|
||||
$after:Datetime = "1900-01-01",
|
||||
$before:Datetime = "2100-01-01",
|
||||
$orderBy:[ReleasesOrderBy!],
|
||||
$exclude: [String!]
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user