This sets up graphql by parsing the schema and binding wirings for data fetchers.
This enables graphql route to run queries (GET and POST). It also enables GraphiQL, hit your browser at http://localhost:8080/graphiql/
Two fetchers Profile and Wallet fetchers are defined in example.graphql.fetchers which are used in runtime wirings.