overblog / GraphQLBundleDemo

Graph quick start example using OverblogGraphQLBundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQLBundleDemo

Install

composer install
bin/console c:w

Start server

bin/console server:run

Important files

quickstart

Endpoints

quickstart

Example

{
  humans {
    name
    id
    status
    direwolf {
      name
    }
    dateOfBirth
  }
}

About

Graph quick start example using OverblogGraphQLBundle


Languages

Language:PHP 97.4%Language:HTML 2.6%