feat: profile - pages

This commit is contained in:
NGPixel
2020-04-05 23:48:13 -04:00
committed by Nicolas Giard
parent 80ee45ae4f
commit d959ef7e5c
4 changed files with 115 additions and 3 deletions

View File

@@ -38,6 +38,8 @@ type PageQuery {
orderByDirection: PageOrderByDirection
tags: [String!]
locale: String
creatorId: Int
authorId: Int
): [PageListItem!]! @auth(requires: ["manage:system", "read:pages"])
single(