feat: save conflict check polling

This commit is contained in:
NGPixel
2020-03-02 00:43:19 -05:00
parent 6890d9e04e
commit 4398573645
5 changed files with 60 additions and 1 deletions

View File

@@ -61,6 +61,11 @@ type PageQuery {
links(
locale: String!
): [PageLinkItem] @auth(requires: ["manage:system", "read:pages"])
checkConflicts(
id: Int!
checkoutDate: Date!
): Boolean! @auth(requires: ["write:pages", "manage:pages", "manage:system"])
}
# -----------------------------------------------