Skip to content

Refactor/modules implementation#469

Merged
rpanic merged 11 commits intodevelopfrom
refactor/modules-implementation
Apr 1, 2026
Merged

Refactor/modules implementation#469
rpanic merged 11 commits intodevelopfrom
refactor/modules-implementation

Conversation

@stanlou
Copy link
Copy Markdown
Collaborator

@stanlou stanlou commented Mar 23, 2026

closes #458

@stanlou stanlou requested a review from rpanic March 23, 2026 05:20
@stanlou stanlou marked this pull request as ready for review March 23, 2026 10:53
await this.startServer();
}

// Server logic
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a thought - instead of flattening the Graphql implementation into here. Could we not just make this class a dependencyfactory creating the GraphqlServer? This way users could override it by passing a GraphqlServer module if they don't want to use Koa for some reason

@rpanic rpanic merged commit 03db983 into develop Apr 1, 2026
19 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Simplify a bunch of user-facing modules

2 participants