feat: add singleByPath GraphQL resolver (#6011)
Co-authored-by: k k <kleangseu@yahoo.com>
This commit is contained in:
@@ -46,6 +46,11 @@ type PageQuery {
|
||||
id: Int!
|
||||
): Page @auth(requires: ["read:pages", "manage:system"])
|
||||
|
||||
singleByPath(
|
||||
path: String!
|
||||
locale: String!
|
||||
): Page @auth(requires: ["read:pages", "manage:system"])
|
||||
|
||||
tags: [PageTag]! @auth(requires: ["manage:system", "read:pages"])
|
||||
|
||||
searchTags(
|
||||
|
Reference in New Issue
Block a user