Development
To develop locally:
- This is an npm workspaces monorepo.
- Build in workspace order when needed:
npm run build --ws --if-present- To run the
newstarter (includes micro-federation with GraphQL Yoga):
npm run dev -w examples/newRepository
Adapters
Place to develop adapters for popular Node.js frameworks.
How to write adapter
import { AxolotlAdapter } from '@aexol/axolotl-core';Wrap your adapter with AxolotlAdapter(...) and map raw framework inputs to
Axolotl resolver signatures.
Examples
Place to experiment with Axolotl and its packages.