Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 518 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 518 Bytes

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
  }
}