Name: Hashnode
Homepage: https://hashnode.com
Short description: A blogging platform with a strong community of developers and tech writers. Offers features like discussions, Q&A, and community spotlights.
Optional API documentation URL: https://apidocs.hashnode.com/
API request: query User {
user(username: "abusayed") {
bio {
text
}
}
}
Response:
{
"data": {
"user": {
"bio": {
"text": "Keyoxide Proof can be written here"
}
}
}
}
GQL Playground: