Maddimax / graphql-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL example

Very simple GraphQL example

Installation

  • Checkout and run npm install

Running

Example queries

query {
  hello
  complex {
    someString
    someBoolean
  }
}
mutation {
  setHelloString(str: "Hello You")
}

About


Languages

Language:JavaScript 100.0%