Add hashnode support for posts plugin and additional options (#165)
This commit is contained in:
12
source/plugins/posts/queries/hashnode.graphql
Normal file
12
source/plugins/posts/queries/hashnode.graphql
Normal file
@@ -0,0 +1,12 @@
|
||||
query PostsHashnode {
|
||||
user(username: "$user"){
|
||||
publication{
|
||||
posts(page: 1) {
|
||||
title
|
||||
brief
|
||||
coverImage
|
||||
dateAdded
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user