gql date bug fix

This commit is contained in:
2021-05-19 14:51:05 +02:00
parent b6f5a4adbd
commit 5e71280cbb
@@ -158,3 +158,8 @@ type Link {
url: String url: String
title: String title: String
} }
type Date {
start: String
end: String
}