Roorkee.org GraphQL API
- clone
- yarn install
- yarn run start
- http://localhost:3000/graphql
{
getPost(id: "5cf9918be863421a13deecc3"){
title,
images,
description
}
}
mutation {
uploadFile(fileData:"abcdef"){
fileBase64Data
}
}