Skip to content

Commit 7a43bf2

Browse files
committed
Update documentation
1 parent 51d417a commit 7a43bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ type Mutation {
119119
createPost(data: String): Post
120120
createManyPost(data: [{data:String}]): [Post]
121121
updatePost(data: String): Post
122-
removePost(id: ID!): Post
122+
deletePost(id: ID!): Post
123123
}
124124
type Post {
125125
id: ID!

0 commit comments

Comments
 (0)