• Jump To … +
    bootstrap.litcoffee configuration_manager.litcoffee echo_router.litcoffee gql.litcoffee graph.litcoffee index.litcoffee mongodb_storage.litcoffee node_manager.litcoffee node_schema.litcoffee query.litcoffee redirect_router.litcoffee router_manager.litcoffee router_schema.litcoffee schema_manager.litcoffee schema_schema.litcoffee static_router.litcoffee storage_manager.litcoffee storage_router.litcoffee
  • echo_router.litcoffee

  • ¶

    EchoRouter is Graph API Router returning data back unchanged

    class EchoRouter
    
      @route: (query, callback) ->
        callback(query)
    
    module.exports = EchoRouter