Skip to content

feat: allow custom GraphqlServer implementations#497

Merged
rpanic merged 3 commits intodevelopfrom
feat/customizable-graphql-server
Apr 21, 2026
Merged

feat: allow custom GraphqlServer implementations#497
rpanic merged 3 commits intodevelopfrom
feat/customizable-graphql-server

Conversation

@stanlou
Copy link
Copy Markdown
Collaborator

@stanlou stanlou commented Apr 9, 2026

closes #496

Comment thread packages/api/src/graphql/GraphqlSequencerModule.ts Outdated
Comment thread packages/api/src/graphql/GraphqlSequencerModule.ts
}

public async start(): Promise<void> {
assert(this.graphqlServer !== undefined);
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.

I mean... This can't really be undefined since we generate it in this class...

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow custom GraphqlServer implementations

2 participants