The main entry point of the application.
An Express application which hosts the HTTP server.
Gets a community from the database or throws an error.
ID of the community to fetch.
The HTTP error code to throw.
The retrieved community.
Gets a post from the database or throws an error.
ID of the post to fetch.
The HTTP error code to throw.
The retrieved community.
Processes parameters from a request.
The type of the parsed value from the parameter.
The parameters to process.
Name of the parameter to process.
The processor function.
The parsed value.
Throws an error if the given value contains any validation errors.
The value to check for errors.
Generated using TypeDoc
@unifed/backend-federation-server
This package implements the federation server, which conforms to the protocol defined in here. The GraphQL server and other external servers communicate with the federation server to perform federated actions.