Skip to content

Commit eb38056

Browse files
Fix pages GraphQL
Remove 'type' field from updatePage GraphQL mutation response
1 parent acf1e44 commit eb38056

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/db/queries-qraphql.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ export const UPDATE_PAGE_BY_ID = gql`
181181
updatePage(id: $id, page: $page) {
182182
id
183183
slug
184-
type
185184
slug_name
186185
title
187186
summary

0 commit comments

Comments
 (0)