gql date bug fix
This commit is contained in:
@@ -158,3 +158,8 @@ type Link {
|
|||||||
url: String
|
url: String
|
||||||
title: String
|
title: String
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type Date {
|
||||||
|
start: String
|
||||||
|
end: String
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user