top | item 41201275

Axolotl – Type-Safe GraphQL Server with Micro Federation

4 points| PondSwimmer | 1 year ago |github.com

1 comment

order

PondSwimmer|1 year ago

Hi,I made a small framework that you can use with graphql-yoga or apollo-server. It is a type-safe wrapper for backend like GraphQL Zeus is a type-safe gen for frontend, but there is more.

I added also:

micro-federation - have multiple schemas and resolver files in one repo while axolotl merges them using open federation spec. It can also join resolver groups.

inspect command - inspect your resolvers in terminal to see which fields are implemented and which not

modularium - with just 2 modules now. A concept for schemas that are brought together with resolvers to attach to your backend and schema - for now users and teams modules.

custom scalars support

simplified directives support

Docs: https://axolotl-docs.vercel.app/ I started this framework after my talk on Programistok in December and I will maintain it. Tell me if you have any other ideas what I can add that can help small & medium projects to be started faster.

Artur