Add hashnode support for posts plugin and additional options (#165)

This commit is contained in:
Simon Lecoq
2021-03-02 10:17:00 +01:00
committed by GitHub
parent 4452fa36b5
commit df6638fc9e
8 changed files with 122 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
query PostsHashnode {
user(username: "$user"){
publication{
posts(page: 1) {
title
brief
coverImage
dateAdded
}
}
}
}