GraphQLBundleDemo

March 12, 2018 ยท View on GitHub

Install

composer install
bin/console c:w

Start server

bin/console server:run

Important files

quickstart

  • Schema
  • ResolverMap

Endpoints

quickstart

  • GraphQL
  • GraphiQL

Example

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

Contents

  1. 1Install
  2. 2Start server
  3. 3Important files
  4. 3.1quickstart
  5. 4Endpoints
  6. 4.1quickstart
  7. 5Example