Skip to content

Commit 9b3989a

Browse files
committed
chore: update readme
1 parent 0a2fe0b commit 9b3989a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ type Query {
108108
}
109109
type Mutation {
110110
createPost(data: String): Post
111+
createManyPost(data: [{data:String}]): [Post]
111112
updatePost(data: String): Post
112113
removePost(id: ID!): Post
113114
}

0 commit comments

Comments
 (0)