forked from DebaucheryLibrarian/traxxx
Updated GraphQL queries to Datetime. Updated template to latest guideline.
This commit is contained in:
@@ -13,8 +13,8 @@ function initTagsActions(store, _router) {
|
||||
query Tag(
|
||||
$tagSlug:String!
|
||||
$limit:Int = 1000,
|
||||
$after:Date = "1900-01-01",
|
||||
$before:Date = "2100-01-01",
|
||||
$after:Datetime = "1900-01-01",
|
||||
$before:Datetime = "2100-01-01",
|
||||
$orderBy: [ReleasesTagsOrderBy!],
|
||||
$exclude: [String!]
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user