Simple blog back-end with GraphQL
git clone https://github.com/abachar/blograph.gitcd blographnpm install
npm start- Aller à l'url http://localhost:3000/graphql.
{
tags(label: "Lorem") {
posts {
title
content
author {
firstName
lastName
}
comments {
content
author {
firstName
lastName
}
}
}
}
}