Skip to content

Graph quick start example using OverblogGraphQLBundle

Notifications You must be signed in to change notification settings

overblog/GraphQLBundleDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published