Skip to content

abachar/blograph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blograph

Simple blog back-end with GraphQL

Installation

  • git clone https://github.com/abachar/blograph.git
  • cd blograph
  • npm install

Exécution

Exemples de requêtes GraphQL

{
  tags(label: "Lorem") {
    posts {
      title
      content
      author {
        firstName
        lastName
      }
      comments {
        content
        author {
          firstName
          lastName
        }
      }
    }
  }
}

About

Simple blog back-end with GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors