Skip to content

Commit 7ef6bd7

Browse files
committed
fix: restore post apis
1 parent b4390b8 commit 7ef6bd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/graphql/post.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export const typeDef = gql`
125125
thumbnail: String
126126
meta: JSON
127127
series_id: ID
128+
token: String
128129
): Post
129130
editPost(
130131
id: ID!
@@ -138,6 +139,7 @@ export const typeDef = gql`
138139
meta: JSON
139140
is_private: Boolean
140141
series_id: ID
142+
token: String
141143
): Post
142144
createPostHistory(
143145
post_id: ID!

0 commit comments

Comments
 (0)