Example: ```python @enroute.graphql("/graphql") async def graphql_handler(self, request: Request) -> Response: ... ```